Uses of Class
com.azure.resourcemanager.storage.fluent.models.ListTableServicesInner
-
Packages that use ListTableServicesInner Package Description com.azure.resourcemanager.storage.fluent Package containing the service clients for StorageManagementClient. -
-
Uses of ListTableServicesInner in com.azure.resourcemanager.storage.fluent
Methods in com.azure.resourcemanager.storage.fluent that return ListTableServicesInner Modifier and Type Method Description ListTableServicesInnerTableServicesClient. list(String resourceGroupName, String accountName)List all table services for the storage account.Methods in com.azure.resourcemanager.storage.fluent that return types with arguments of type ListTableServicesInner Modifier and Type Method Description Mono<ListTableServicesInner>TableServicesClient. listAsync(String resourceGroupName, String accountName)List all table services for the storage account.com.azure.core.http.rest.Response<ListTableServicesInner>TableServicesClient. listWithResponse(String resourceGroupName, String accountName, com.azure.core.util.Context context)List all table services for the storage account.Mono<com.azure.core.http.rest.Response<ListTableServicesInner>>TableServicesClient. listWithResponseAsync(String resourceGroupName, String accountName)List all table services for the storage account.
-