| 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 |
|---|---|
ListAccountSasResponseInner |
StorageAccountsClient.listAccountSas(String resourceGroupName,
String accountName,
AccountSasParameters parameters)
List SAS credentials of a storage account.
|
Mono<ListAccountSasResponseInner> |
StorageAccountsClient.listAccountSasAsync(String resourceGroupName,
String accountName,
AccountSasParameters parameters)
List SAS credentials of a storage account.
|
com.azure.core.http.rest.Response<ListAccountSasResponseInner> |
StorageAccountsClient.listAccountSasWithResponse(String resourceGroupName,
String accountName,
AccountSasParameters parameters,
com.azure.core.util.Context context)
List SAS credentials of a storage account.
|
Mono<com.azure.core.http.rest.Response<ListAccountSasResponseInner>> |
StorageAccountsClient.listAccountSasWithResponseAsync(String resourceGroupName,
String accountName,
AccountSasParameters parameters)
List SAS credentials of a storage account.
|
| Modifier and Type | Method and Description |
|---|---|
AccountSasParameters |
AccountSasParameters.withIpAddressOrRange(String ipAddressOrRange)
Set the ipAddressOrRange property: An IP address or a range of IP addresses from which to accept requests.
|
AccountSasParameters |
AccountSasParameters.withKeyToSign(String keyToSign)
Set the keyToSign property: The key to sign the account SAS token with.
|
AccountSasParameters |
AccountSasParameters.withPermissions(Permissions permissions)
Set the permissions property: The signed permissions for the account SAS.
|
AccountSasParameters |
AccountSasParameters.withProtocols(HttpProtocol protocols)
Set the protocols property: The protocol permitted for a request made with the account SAS.
|
AccountSasParameters |
AccountSasParameters.withResourceTypes(SignedResourceTypes resourceTypes)
Set the resourceTypes property: The signed resource types that are accessible with the account SAS.
|
AccountSasParameters |
AccountSasParameters.withServices(Services services)
Set the services property: The signed services accessible with the account SAS.
|
AccountSasParameters |
AccountSasParameters.withSharedAccessExpiryTime(OffsetDateTime sharedAccessExpiryTime)
Set the sharedAccessExpiryTime property: The time at which the shared access signature becomes invalid.
|
AccountSasParameters |
AccountSasParameters.withSharedAccessStartTime(OffsetDateTime sharedAccessStartTime)
Set the sharedAccessStartTime property: The time at which the SAS becomes valid.
|
Copyright © 2021 Microsoft Corporation. All rights reserved.