Uses of Class
com.azure.resourcemanager.appservice.fluent.models.UsageInner
Packages that use UsageInner
Package
Description
Package containing the service clients for WebSiteManagementClient.
Package containing the inner data models for WebSiteManagementClient.
Package containing the data models for WebSiteManagementClient.
-
Uses of UsageInner in com.azure.resourcemanager.appservice.fluent
Methods in com.azure.resourcemanager.appservice.fluent that return types with arguments of type UsageInnerModifier and TypeMethodDescriptioncom.azure.core.http.rest.PagedIterable
<UsageInner> AppServiceEnvironmentsClient.listMultiRoleUsages
(String resourceGroupName, String name) Get usage metrics for a multi-role pool of an App Service Environment.com.azure.core.http.rest.PagedIterable
<UsageInner> AppServiceEnvironmentsClient.listMultiRoleUsages
(String resourceGroupName, String name, com.azure.core.util.Context context) Get usage metrics for a multi-role pool of an App Service Environment.com.azure.core.http.rest.PagedFlux
<UsageInner> AppServiceEnvironmentsClient.listMultiRoleUsagesAsync
(String resourceGroupName, String name) Get usage metrics for a multi-role pool of an App Service Environment.com.azure.core.http.rest.PagedIterable
<UsageInner> AppServiceEnvironmentsClient.listWebWorkerUsages
(String resourceGroupName, String name, String workerPoolName) Get usage metrics for a worker pool of an App Service Environment.com.azure.core.http.rest.PagedIterable
<UsageInner> AppServiceEnvironmentsClient.listWebWorkerUsages
(String resourceGroupName, String name, String workerPoolName, com.azure.core.util.Context context) Get usage metrics for a worker pool of an App Service Environment.com.azure.core.http.rest.PagedFlux
<UsageInner> AppServiceEnvironmentsClient.listWebWorkerUsagesAsync
(String resourceGroupName, String name, String workerPoolName) Get usage metrics for a worker pool of an App Service Environment. -
Uses of UsageInner in com.azure.resourcemanager.appservice.fluent.models
Methods in com.azure.resourcemanager.appservice.fluent.models that return UsageInnerModifier and TypeMethodDescriptionstatic UsageInner
UsageInner.fromJson
(com.azure.json.JsonReader jsonReader) Reads an instance of UsageInner from the JsonReader.Set the kind property: Kind of resource. -
Uses of UsageInner in com.azure.resourcemanager.appservice.models
Methods in com.azure.resourcemanager.appservice.models that return types with arguments of type UsageInnerModifier and TypeMethodDescriptionUsageCollection.value()
Get the value property: Collection of resources.Method parameters in com.azure.resourcemanager.appservice.models with type arguments of type UsageInnerModifier and TypeMethodDescriptionUsageCollection.withValue
(List<UsageInner> value) Set the value property: Collection of resources.