Uses of Class
com.azure.resourcemanager.storage.models.AccessPolicy
Packages that use AccessPolicy
Package
Description
Package containing the data models for StorageManagementClient.
-
Uses of AccessPolicy in com.azure.resourcemanager.storage.models
Methods in com.azure.resourcemanager.storage.models that return AccessPolicyModifier and TypeMethodDescriptionSignedIdentifier.accessPolicy()Get the accessPolicy property: Access policy.AccessPolicy.withExpiryTime(OffsetDateTime expiryTime) Set the expiryTime property: Expiry time of the access policy.AccessPolicy.withPermission(String permission) Set the permission property: List of abbreviated permissions.AccessPolicy.withStartTime(OffsetDateTime startTime) Set the startTime property: Start time of the access policy.Methods in com.azure.resourcemanager.storage.models with parameters of type AccessPolicyModifier and TypeMethodDescriptionSignedIdentifier.withAccessPolicy(AccessPolicy accessPolicy) Set the accessPolicy property: Access policy.