Uses of Class
com.azure.resourcemanager.storage.fluent.models.ListServiceSasResponseInner
Packages that use ListServiceSasResponseInner
Package
Description
Package containing the service clients for StorageManagementClient.
Package containing the inner data models for StorageManagementClient.
-
Uses of ListServiceSasResponseInner in com.azure.resourcemanager.storage.fluent
Methods in com.azure.resourcemanager.storage.fluent that return ListServiceSasResponseInnerModifier and TypeMethodDescriptionStorageAccountsClient.listServiceSas(String resourceGroupName, String accountName, ServiceSasParameters parameters) List service SAS credentials of a specific resource.Methods in com.azure.resourcemanager.storage.fluent that return types with arguments of type ListServiceSasResponseInnerModifier and TypeMethodDescriptionStorageAccountsClient.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 ListServiceSasResponseInner in com.azure.resourcemanager.storage.fluent.models
Classes in com.azure.resourcemanager.storage.fluent.models that implement interfaces with type arguments of type ListServiceSasResponseInnerModifier and TypeClassDescriptionfinal classThe List service SAS credentials operation response.Methods in com.azure.resourcemanager.storage.fluent.models that return ListServiceSasResponseInnerModifier and TypeMethodDescriptionstatic ListServiceSasResponseInnerListServiceSasResponseInner.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of ListServiceSasResponseInner from the JsonReader.