Uses of Class
com.azure.resourcemanager.storage.fluent.models.ListServiceSasResponseInner
-
Packages that use ListServiceSasResponseInner Package Description com.azure.resourcemanager.storage.fluent Package containing the service clients for StorageManagementClient. -
-
Uses of ListServiceSasResponseInner in com.azure.resourcemanager.storage.fluent
Methods in com.azure.resourcemanager.storage.fluent that return ListServiceSasResponseInner Modifier and Type Method Description ListServiceSasResponseInnerStorageAccountsClient. 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 ListServiceSasResponseInner Modifier and Type Method Description Mono<ListServiceSasResponseInner>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.
-