Uses of Class
com.azure.resourcemanager.storage.fluent.models.FileServiceUsageInner
Packages that use FileServiceUsageInner
Package
Description
Package containing the service clients for StorageManagementClient.
Package containing the inner data models for StorageManagementClient.
Package containing the data models for StorageManagementClient.
-
Uses of FileServiceUsageInner in com.azure.resourcemanager.storage.fluent
Methods in com.azure.resourcemanager.storage.fluent that return FileServiceUsageInnerModifier and TypeMethodDescriptionFileServicesClient.getServiceUsage(String resourceGroupName, String accountName) Gets the usage of file service in storage account including account limits, file share limits and constants used in recommendations and bursting formula.Methods in com.azure.resourcemanager.storage.fluent that return types with arguments of type FileServiceUsageInnerModifier and TypeMethodDescriptionFileServicesClient.getServiceUsageAsync(String resourceGroupName, String accountName) Gets the usage of file service in storage account including account limits, file share limits and constants used in recommendations and bursting formula.com.azure.core.http.rest.Response<FileServiceUsageInner> FileServicesClient.getServiceUsageWithResponse(String resourceGroupName, String accountName, com.azure.core.util.Context context) Gets the usage of file service in storage account including account limits, file share limits and constants used in recommendations and bursting formula.Mono<com.azure.core.http.rest.Response<FileServiceUsageInner>> FileServicesClient.getServiceUsageWithResponseAsync(String resourceGroupName, String accountName) Gets the usage of file service in storage account including account limits, file share limits and constants used in recommendations and bursting formula.com.azure.core.http.rest.PagedIterable<FileServiceUsageInner> FileServicesClient.listServiceUsages(String resourceGroupName, String accountName) Gets the usages of file service in storage account.com.azure.core.http.rest.PagedIterable<FileServiceUsageInner> FileServicesClient.listServiceUsages(String resourceGroupName, String accountName, Integer maxpagesize, com.azure.core.util.Context context) Gets the usages of file service in storage account.com.azure.core.http.rest.PagedFlux<FileServiceUsageInner> FileServicesClient.listServiceUsagesAsync(String resourceGroupName, String accountName) Gets the usages of file service in storage account.com.azure.core.http.rest.PagedFlux<FileServiceUsageInner> FileServicesClient.listServiceUsagesAsync(String resourceGroupName, String accountName, Integer maxpagesize) Gets the usages of file service in storage account. -
Uses of FileServiceUsageInner in com.azure.resourcemanager.storage.fluent.models
Methods in com.azure.resourcemanager.storage.fluent.models that return FileServiceUsageInnerModifier and TypeMethodDescriptionstatic FileServiceUsageInnerFileServiceUsageInner.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of FileServiceUsageInner from the JsonReader. -
Uses of FileServiceUsageInner in com.azure.resourcemanager.storage.models
Methods in com.azure.resourcemanager.storage.models that return types with arguments of type FileServiceUsageInnerModifier and TypeMethodDescriptionFileServiceUsages.value()Get the value property: List of file service usages returned.