Uses of Class
com.azure.resourcemanager.storage.models.ServiceSasParameters
Packages that use ServiceSasParameters
Package
Description
Package containing the service clients for StorageManagementClient.
Package containing the data models for StorageManagementClient.
-
Uses of ServiceSasParameters in com.azure.resourcemanager.storage.fluent
Methods in com.azure.resourcemanager.storage.fluent with parameters of type ServiceSasParametersModifier and TypeMethodDescriptionStorageAccountsClient.listServiceSas(String resourceGroupName, String accountName, ServiceSasParameters parameters) List service SAS credentials of a specific resource.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. -
Uses of ServiceSasParameters in com.azure.resourcemanager.storage.models
Methods in com.azure.resourcemanager.storage.models that return ServiceSasParametersModifier and TypeMethodDescriptionServiceSasParameters.withCacheControl(String cacheControl) Set the cacheControl property: The response header override for cache control.ServiceSasParameters.withCanonicalizedResource(String canonicalizedResource) Set the canonicalizedResource property: The canonical path to the signed resource.ServiceSasParameters.withContentDisposition(String contentDisposition) Set the contentDisposition property: The response header override for content disposition.ServiceSasParameters.withContentEncoding(String contentEncoding) Set the contentEncoding property: The response header override for content encoding.ServiceSasParameters.withContentLanguage(String contentLanguage) Set the contentLanguage property: The response header override for content language.ServiceSasParameters.withContentType(String contentType) Set the contentType property: The response header override for content type.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.withIpAddressOrRange(String ipAddressOrRange) Set the ipAddressOrRange property: An IP address or a range of IP addresses from which to accept requests.ServiceSasParameters.withKeyToSign(String keyToSign) Set the keyToSign property: The key to sign the account SAS token with.ServiceSasParameters.withPartitionKeyEnd(String partitionKeyEnd) Set the partitionKeyEnd property: The end of partition key.ServiceSasParameters.withPartitionKeyStart(String partitionKeyStart) Set the partitionKeyStart property: The start of partition key.ServiceSasParameters.withPermissions(Permissions permissions) Set the permissions property: The signed permissions for the service SAS.ServiceSasParameters.withProtocols(HttpProtocol protocols) Set the protocols property: The protocol permitted for a request made with the account SAS.ServiceSasParameters.withResource(SignedResource resource) Set the resource property: The signed services accessible with the service SAS.ServiceSasParameters.withRowKeyEnd(String rowKeyEnd) Set the rowKeyEnd property: The end of row key.ServiceSasParameters.withRowKeyStart(String rowKeyStart) Set the rowKeyStart property: The start of row key.ServiceSasParameters.withSharedAccessExpiryTime(OffsetDateTime sharedAccessExpiryTime) Set the sharedAccessExpiryTime property: The time at which the shared access signature becomes invalid.ServiceSasParameters.withSharedAccessStartTime(OffsetDateTime sharedAccessStartTime) Set the sharedAccessStartTime property: The time at which the SAS becomes valid.Methods in com.azure.resourcemanager.storage.models with parameters of type ServiceSasParametersModifier and TypeMethodDescriptionStorageAccounts.createSasToken(String resourceGroupName, String accountName, ServiceSasParameters parameters) Creates an Sas token for the storage account.StorageAccounts.createSasTokenAsync(String resourceGroupName, String accountName, ServiceSasParameters parameters) Creates an Sas token for the storage account asynchronously.