Uses of Class
com.azure.resourcemanager.appservice.fluent.models.CsmUsageQuotaInner
Packages that use CsmUsageQuotaInner
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 CsmUsageQuotaInner in com.azure.resourcemanager.appservice.fluent
Methods in com.azure.resourcemanager.appservice.fluent that return types with arguments of type CsmUsageQuotaInnerModifier and TypeMethodDescriptioncom.azure.core.http.rest.PagedIterable<CsmUsageQuotaInner> Lists subscription core usages for all skus used in a location, for a given type of quota.com.azure.core.http.rest.PagedIterable<CsmUsageQuotaInner> Lists subscription core usages for all skus used in a location, for a given type of quota.com.azure.core.http.rest.PagedFlux<CsmUsageQuotaInner> Lists subscription core usages for all skus used in a location, for a given type of quota.com.azure.core.http.rest.PagedIterable<CsmUsageQuotaInner> AppServiceEnvironmentsClient.listUsages(String resourceGroupName, String name) Get global usage metrics of an App Service Environment.com.azure.core.http.rest.PagedIterable<CsmUsageQuotaInner> AppServiceEnvironmentsClient.listUsages(String resourceGroupName, String name, String filter, com.azure.core.util.Context context) Get global usage metrics of an App Service Environment.com.azure.core.http.rest.PagedIterable<CsmUsageQuotaInner> AppServicePlansClient.listUsages(String resourceGroupName, String name) Gets server farm usage information Description for Gets server farm usage information.com.azure.core.http.rest.PagedIterable<CsmUsageQuotaInner> AppServicePlansClient.listUsages(String resourceGroupName, String name, String filter, com.azure.core.util.Context context) Gets server farm usage information Description for Gets server farm usage information.com.azure.core.http.rest.PagedIterable<CsmUsageQuotaInner> WebAppsClient.listUsages(String resourceGroupName, String name) Gets the quota usage information of an app (or deployment slot, if specified).com.azure.core.http.rest.PagedIterable<CsmUsageQuotaInner> WebAppsClient.listUsages(String resourceGroupName, String name, String filter, com.azure.core.util.Context context) Gets the quota usage information of an app (or deployment slot, if specified).com.azure.core.http.rest.PagedFlux<CsmUsageQuotaInner> AppServiceEnvironmentsClient.listUsagesAsync(String resourceGroupName, String name) Get global usage metrics of an App Service Environment.com.azure.core.http.rest.PagedFlux<CsmUsageQuotaInner> AppServiceEnvironmentsClient.listUsagesAsync(String resourceGroupName, String name, String filter) Get global usage metrics of an App Service Environment.com.azure.core.http.rest.PagedFlux<CsmUsageQuotaInner> AppServicePlansClient.listUsagesAsync(String resourceGroupName, String name) Gets server farm usage information Description for Gets server farm usage information.com.azure.core.http.rest.PagedFlux<CsmUsageQuotaInner> AppServicePlansClient.listUsagesAsync(String resourceGroupName, String name, String filter) Gets server farm usage information Description for Gets server farm usage information.com.azure.core.http.rest.PagedFlux<CsmUsageQuotaInner> WebAppsClient.listUsagesAsync(String resourceGroupName, String name) Gets the quota usage information of an app (or deployment slot, if specified).com.azure.core.http.rest.PagedFlux<CsmUsageQuotaInner> WebAppsClient.listUsagesAsync(String resourceGroupName, String name, String filter) Gets the quota usage information of an app (or deployment slot, if specified).com.azure.core.http.rest.PagedIterable<CsmUsageQuotaInner> WebAppsClient.listUsagesSlot(String resourceGroupName, String name, String slot) Gets the quota usage information of an app (or deployment slot, if specified).com.azure.core.http.rest.PagedIterable<CsmUsageQuotaInner> WebAppsClient.listUsagesSlot(String resourceGroupName, String name, String slot, String filter, com.azure.core.util.Context context) Gets the quota usage information of an app (or deployment slot, if specified).com.azure.core.http.rest.PagedFlux<CsmUsageQuotaInner> WebAppsClient.listUsagesSlotAsync(String resourceGroupName, String name, String slot) Gets the quota usage information of an app (or deployment slot, if specified).com.azure.core.http.rest.PagedFlux<CsmUsageQuotaInner> WebAppsClient.listUsagesSlotAsync(String resourceGroupName, String name, String slot, String filter) Gets the quota usage information of an app (or deployment slot, if specified). -
Uses of CsmUsageQuotaInner in com.azure.resourcemanager.appservice.fluent.models
Methods in com.azure.resourcemanager.appservice.fluent.models that return CsmUsageQuotaInnerModifier and TypeMethodDescriptionstatic CsmUsageQuotaInnerCsmUsageQuotaInner.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of CsmUsageQuotaInner from the JsonReader.CsmUsageQuotaInner.withCurrentValue(Long currentValue) Set the currentValue property: The current value of the resource counter.Set the limit property: The resource limit.CsmUsageQuotaInner.withName(LocalizableString name) Set the name property: Quota name.CsmUsageQuotaInner.withNextResetTime(OffsetDateTime nextResetTime) Set the nextResetTime property: Next reset time for the resource counter.Set the unit property: Units of measurement for the quota resource. -
Uses of CsmUsageQuotaInner in com.azure.resourcemanager.appservice.models
Methods in com.azure.resourcemanager.appservice.models that return types with arguments of type CsmUsageQuotaInnerModifier and TypeMethodDescriptionCsmUsageQuotaCollection.value()Get the value property: Collection of resources.Method parameters in com.azure.resourcemanager.appservice.models with type arguments of type CsmUsageQuotaInnerModifier and TypeMethodDescriptionCsmUsageQuotaCollection.withValue(List<CsmUsageQuotaInner> value) Set the value property: Collection of resources.