| Package | Description |
|---|---|
| com.azure.resourcemanager.storage.fluent |
Package containing the service clients for StorageManagementClient.
|
| com.azure.resourcemanager.storage.models |
Package containing the data models for StorageManagementClient.
|
| Modifier and Type | Method and Description |
|---|---|
ListServiceSasResponseInner |
StorageAccountsClient.listServiceSas(String resourceGroupName,
String accountName,
ServiceSasParameters parameters)
List service SAS credentials of a specific resource.
|
Mono<ListServiceSasResponseInner> |
StorageAccountsClient.listServiceSasAsync(String resourceGroupName,
String accountName,
ServiceSasParameters parameters)
List service SAS credentials of a specific resource.
|
com.azure.core.http.rest.Response<ListServiceSasResponseInner> |
StorageAccountsClient.listServiceSasWithResponse(String resourceGroupName,
String accountName,
ServiceSasParameters parameters,
com.azure.core.util.Context context)
List service SAS credentials of a specific resource.
|
Mono<com.azure.core.http.rest.Response<ListServiceSasResponseInner>> |
StorageAccountsClient.listServiceSasWithResponseAsync(String resourceGroupName,
String accountName,
ServiceSasParameters parameters)
List service SAS credentials of a specific resource.
|
| Modifier and Type | Method and Description |
|---|---|
ServiceSasParameters |
ServiceSasParameters.withCacheControl(String cacheControl)
Set the cacheControl property: The response header override for cache control.
|
ServiceSasParameters |
ServiceSasParameters.withCanonicalizedResource(String canonicalizedResource)
Set the canonicalizedResource property: The canonical path to the signed resource.
|
ServiceSasParameters |
ServiceSasParameters.withContentDisposition(String contentDisposition)
Set the contentDisposition property: The response header override for content disposition.
|
ServiceSasParameters |
ServiceSasParameters.withContentEncoding(String contentEncoding)
Set the contentEncoding property: The response header override for content encoding.
|
ServiceSasParameters |
ServiceSasParameters.withContentLanguage(String contentLanguage)
Set the contentLanguage property: The response header override for content language.
|
ServiceSasParameters |
ServiceSasParameters.withContentType(String contentType)
Set the contentType property: The response header override for content type.
|
ServiceSasParameters |
ServiceSasParameters.withIdentifier(String identifier)
Set the identifier property: A unique value up to 64 characters in length that correlates to an access policy
specified for the container, queue, or table.
|
ServiceSasParameters |
ServiceSasParameters.withIpAddressOrRange(String ipAddressOrRange)
Set the ipAddressOrRange property: An IP address or a range of IP addresses from which to accept requests.
|
ServiceSasParameters |
ServiceSasParameters.withKeyToSign(String keyToSign)
Set the keyToSign property: The key to sign the account SAS token with.
|
ServiceSasParameters |
ServiceSasParameters.withPartitionKeyEnd(String partitionKeyEnd)
Set the partitionKeyEnd property: The end of partition key.
|
ServiceSasParameters |
ServiceSasParameters.withPartitionKeyStart(String partitionKeyStart)
Set the partitionKeyStart property: The start of partition key.
|
ServiceSasParameters |
ServiceSasParameters.withPermissions(Permissions permissions)
Set the permissions property: The signed permissions for the service SAS.
|
ServiceSasParameters |
ServiceSasParameters.withProtocols(HttpProtocol protocols)
Set the protocols property: The protocol permitted for a request made with the account SAS.
|
ServiceSasParameters |
ServiceSasParameters.withResource(SignedResource resource)
Set the resource property: The signed services accessible with the service SAS.
|
ServiceSasParameters |
ServiceSasParameters.withRowKeyEnd(String rowKeyEnd)
Set the rowKeyEnd property: The end of row key.
|
ServiceSasParameters |
ServiceSasParameters.withRowKeyStart(String rowKeyStart)
Set the rowKeyStart property: The start of row key.
|
ServiceSasParameters |
ServiceSasParameters.withSharedAccessExpiryTime(OffsetDateTime sharedAccessExpiryTime)
Set the sharedAccessExpiryTime property: The time at which the shared access signature becomes invalid.
|
ServiceSasParameters |
ServiceSasParameters.withSharedAccessStartTime(OffsetDateTime sharedAccessStartTime)
Set the sharedAccessStartTime property: The time at which the SAS becomes valid.
|
| Modifier and Type | Method and Description |
|---|---|
String |
StorageAccounts.createSasToken(String resourceGroupName,
String accountName,
ServiceSasParameters parameters)
Creates an Sas token for the storage account.
|
Mono<String> |
StorageAccounts.createSasTokenAsync(String resourceGroupName,
String accountName,
ServiceSasParameters parameters)
Creates an Sas token for the storage account asynchronously.
|
Copyright © 2021 Microsoft Corporation. All rights reserved.