Package | Description |
---|---|
com.microsoft.azure.storage.blob |
This package contains the core types for interacting with Azure Storage; start here.
|
Modifier and Type | Method and Description |
---|---|
AccountSASSignatureValues |
AccountSASSignatureValues.withExpiryTime(OffsetDateTime expiryTime)
The time after which the SAS will no longer work.
|
AccountSASSignatureValues |
AccountSASSignatureValues.withIpRange(IPRange ipRange)
|
AccountSASSignatureValues |
AccountSASSignatureValues.withPermissions(String permissions)
Specifies which operations the SAS user may perform.
|
AccountSASSignatureValues |
AccountSASSignatureValues.withProtocol(SASProtocol protocol)
|
AccountSASSignatureValues |
AccountSASSignatureValues.withResourceTypes(String resourceTypes)
The values that indicate the resource types accessible with this SAS.
|
AccountSASSignatureValues |
AccountSASSignatureValues.withServices(String services)
The values that indicate the services accessible with this SAS.
|
AccountSASSignatureValues |
AccountSASSignatureValues.withStartTime(OffsetDateTime startTime)
When the SAS will take effect.
|
AccountSASSignatureValues |
AccountSASSignatureValues.withVersion(String version)
If null or empty, this defaults to the service version targeted by this version of the library.
|
This documentation was released into the public domain.