Uses of Class
com.azure.resourcemanager.storage.fluent.models.ListTableServicesInner
Packages that use ListTableServicesInner
Package
Description
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 ListTableServicesInnerModifier and TypeMethodDescriptionList all table services for the storage account.Methods in com.azure.resourcemanager.storage.fluent that return types with arguments of type ListTableServicesInnerModifier and TypeMethodDescriptionList 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.