Uses of Class
com.azure.storage.blob.models.BlobAccessPolicy
Packages that use BlobAccessPolicy
Package
Description
Package containing the data models for AzureBlobStorage.
-
Uses of BlobAccessPolicy in com.azure.storage.blob.models
Methods in com.azure.storage.blob.models that return BlobAccessPolicyModifier and TypeMethodDescriptionstatic BlobAccessPolicy
BlobAccessPolicy.fromXml
(com.azure.xml.XmlReader xmlReader) Reads an instance of BlobAccessPolicy from the XmlReader.static BlobAccessPolicy
Reads an instance of BlobAccessPolicy from the XmlReader.BlobSignedIdentifier.getAccessPolicy()
Get the accessPolicy property: An Access policy.BlobAccessPolicy.setExpiresOn
(OffsetDateTime expiresOn) Set the expiresOn property: the date-time the policy expires.BlobAccessPolicy.setPermissions
(String permissions) Set the permissions property: the permissions for the acl policy.BlobAccessPolicy.setStartsOn
(OffsetDateTime startsOn) Set the startsOn property: the date-time the policy is active.Methods in com.azure.storage.blob.models with parameters of type BlobAccessPolicyModifier and TypeMethodDescriptionBlobSignedIdentifier.setAccessPolicy
(BlobAccessPolicy accessPolicy) Set the accessPolicy property: An Access policy.