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