Package | Description |
---|---|
com.microsoft.azure.storage.blob.models |
This package contains the models classes for StorageClient.
|
Modifier and Type | Method and Description |
---|---|
AccessPolicy |
SignedIdentifier.accessPolicy()
Get the accessPolicy value.
|
AccessPolicy |
AccessPolicy.withExpiry(OffsetDateTime expiry)
Set the expiry value.
|
AccessPolicy |
AccessPolicy.withPermission(String permission)
Set the permission value.
|
AccessPolicy |
AccessPolicy.withStart(OffsetDateTime start)
Set the start value.
|
Modifier and Type | Method and Description |
---|---|
SignedIdentifier |
SignedIdentifier.withAccessPolicy(AccessPolicy accessPolicy)
Set the accessPolicy value.
|
Copyright © 2019 Microsoft Corporation. All rights reserved.