Package | Description |
---|---|
com.azure.storage.blob.models |
Package containing classes for AzureBlobStorage.
|
Modifier and Type | Method and Description |
---|---|
BlobAccessPolicy |
BlobSignedIdentifier.getAccessPolicy()
Get the accessPolicy property: The accessPolicy property.
|
BlobAccessPolicy |
BlobAccessPolicy.setExpiresOn(OffsetDateTime expiresOn)
Set the expiresOn property: the date-time the policy expires.
|
BlobAccessPolicy |
BlobAccessPolicy.setPermissions(String permissions)
Set the permissions property: the permissions for the acl policy.
|
BlobAccessPolicy |
BlobAccessPolicy.setStartsOn(OffsetDateTime startsOn)
Set the startsOn property: the date-time the policy is active.
|
Modifier and Type | Method and Description |
---|---|
BlobSignedIdentifier |
BlobSignedIdentifier.setAccessPolicy(BlobAccessPolicy accessPolicy)
Set the accessPolicy property: The accessPolicy property.
|
Copyright © 2019 Microsoft Corporation. All rights reserved.