Uses of Class
com.azure.resourcemanager.storage.models.AccountSasParameters
Packages that use AccountSasParameters
Package
Description
Package containing the service clients for StorageManagementClient.
Package containing the data models for StorageManagementClient.
-
Uses of AccountSasParameters in com.azure.resourcemanager.storage.fluent
Methods in com.azure.resourcemanager.storage.fluent with parameters of type AccountSasParametersModifier and TypeMethodDescriptionStorageAccountsClient.listAccountSas(String resourceGroupName, String accountName, AccountSasParameters parameters) List SAS credentials of a storage account.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. -
Uses of AccountSasParameters in com.azure.resourcemanager.storage.models
Methods in com.azure.resourcemanager.storage.models that return AccountSasParametersModifier and TypeMethodDescriptionAccountSasParameters.withIpAddressOrRange(String ipAddressOrRange) Set the ipAddressOrRange property: An IP address or a range of IP addresses from which to accept requests.AccountSasParameters.withKeyToSign(String keyToSign) Set the keyToSign property: The key to sign the account SAS token with.AccountSasParameters.withPermissions(Permissions permissions) Set the permissions property: The signed permissions for the account SAS.AccountSasParameters.withProtocols(HttpProtocol protocols) Set the protocols property: The protocol permitted for a request made with the account SAS.AccountSasParameters.withResourceTypes(SignedResourceTypes resourceTypes) Set the resourceTypes property: The signed resource types that are accessible with the account SAS.AccountSasParameters.withServices(Services services) Set the services property: The signed services accessible with the account SAS.AccountSasParameters.withSharedAccessExpiryTime(OffsetDateTime sharedAccessExpiryTime) Set the sharedAccessExpiryTime property: The time at which the shared access signature becomes invalid.AccountSasParameters.withSharedAccessStartTime(OffsetDateTime sharedAccessStartTime) Set the sharedAccessStartTime property: The time at which the SAS becomes valid.