Uses of Class
com.azure.storage.file.share.models.ShareAccessPolicy
-
Packages that use ShareAccessPolicy Package Description com.azure.storage.file.share.models Package containing classes for AzureFileStorage. -
-
Uses of ShareAccessPolicy in com.azure.storage.file.share.models
Methods in com.azure.storage.file.share.models that return ShareAccessPolicy Modifier and Type Method Description ShareAccessPolicyShareSignedIdentifier. getAccessPolicy()Get the accessPolicy property: The access policy.ShareAccessPolicyShareAccessPolicy. setExpiresOn(OffsetDateTime expiresOn)Set the expiresOn property: The date-time the policy expires.ShareAccessPolicyShareAccessPolicy. setPermissions(String permissions)Set the permissions property: The permissions for the ACL policy.ShareAccessPolicyShareAccessPolicy. setStartsOn(OffsetDateTime startsOn)Set the startsOn property: The date-time the policy is active.Methods in com.azure.storage.file.share.models with parameters of type ShareAccessPolicy Modifier and Type Method Description ShareSignedIdentifierShareSignedIdentifier. setAccessPolicy(ShareAccessPolicy accessPolicy)Set the accessPolicy property: The access policy.
-