Uses of Class
com.azure.resourcemanager.storage.fluent.models.ListAccountSasResponseInner
Packages that use ListAccountSasResponseInner
Package
Description
Package containing the service clients for StorageManagementClient.
Package containing the inner data models for StorageManagementClient.
-
Uses of ListAccountSasResponseInner in com.azure.resourcemanager.storage.fluent
Methods in com.azure.resourcemanager.storage.fluent that return ListAccountSasResponseInnerModifier and TypeMethodDescriptionStorageAccountsClient.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 ListAccountSasResponseInnerModifier and TypeMethodDescriptionStorageAccountsClient.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 ListAccountSasResponseInner in com.azure.resourcemanager.storage.fluent.models
Classes in com.azure.resourcemanager.storage.fluent.models that implement interfaces with type arguments of type ListAccountSasResponseInnerModifier and TypeClassDescriptionfinal classThe List SAS credentials operation response.Methods in com.azure.resourcemanager.storage.fluent.models that return ListAccountSasResponseInnerModifier and TypeMethodDescriptionstatic ListAccountSasResponseInnerListAccountSasResponseInner.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of ListAccountSasResponseInner from the JsonReader.