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