Uses of Class
com.azure.resourcemanager.storage.models.AccessPolicy
-
Packages that use AccessPolicy Package Description com.azure.resourcemanager.storage.models 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 AccessPolicy Modifier and Type Method Description AccessPolicySignedIdentifier. accessPolicy()Get the accessPolicy property: Access policy.AccessPolicyAccessPolicy. withExpiryTime(OffsetDateTime expiryTime)Set the expiryTime property: Expiry time of the access policy.AccessPolicyAccessPolicy. withPermission(String permission)Set the permission property: List of abbreviated permissions.AccessPolicyAccessPolicy. withStartTime(OffsetDateTime startTime)Set the startTime property: Start time of the access policy.Methods in com.azure.resourcemanager.storage.models with parameters of type AccessPolicy Modifier and Type Method Description SignedIdentifierSignedIdentifier. withAccessPolicy(AccessPolicy accessPolicy)Set the accessPolicy property: Access policy.
-