Uses of Class
com.azure.resourcemanager.storage.fluent.models.ListAccountSasResponseInner
-
Packages that use ListAccountSasResponseInner Package Description com.azure.resourcemanager.storage.fluent Package containing the service clients for StorageManagementClient. -
-
Uses of ListAccountSasResponseInner in com.azure.resourcemanager.storage.fluent
Methods in com.azure.resourcemanager.storage.fluent that return ListAccountSasResponseInner Modifier and Type Method Description ListAccountSasResponseInnerStorageAccountsClient. listAccountSas(String resourceGroupName, String accountName, AccountSasParameters parameters)List SAS credentials of a storage account.Methods in com.azure.resourcemanager.storage.fluent that return types with arguments of type ListAccountSasResponseInner Modifier and Type Method Description 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.
-