Uses of Class
com.azure.storage.file.share.models.ShareAccessPolicy
Packages that use ShareAccessPolicy
Package
Description
Package containing the data models for AzureFileStorage.
null.
-
Uses of ShareAccessPolicy in com.azure.storage.file.share.models
Classes in com.azure.storage.file.share.models that implement interfaces with type arguments of type ShareAccessPolicyMethods in com.azure.storage.file.share.models that return ShareAccessPolicyModifier and TypeMethodDescriptionstatic ShareAccessPolicyShareAccessPolicy.fromXml(com.azure.xml.XmlReader xmlReader) Reads an instance of ShareAccessPolicy from the XmlReader.static ShareAccessPolicyReads an instance of ShareAccessPolicy from the XmlReader.ShareSignedIdentifier.getAccessPolicy()Get the accessPolicy property: The access policy.ShareAccessPolicy.setExpiresOn(OffsetDateTime expiresOn) Set the expiresOn property: The date-time the policy expires.ShareAccessPolicy.setPermissions(String permissions) Set the permissions property: The permissions for the ACL policy.ShareAccessPolicy.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 ShareAccessPolicyModifier and TypeMethodDescriptionShareSignedIdentifier.setAccessPolicy(ShareAccessPolicy accessPolicy) Set the accessPolicy property: The access policy.