Uses of Class
com.azure.resourcemanager.cdn.fluent.models.UsageInner
Packages that use UsageInner
Package
Description
Package containing the service clients for CdnManagementClient.
Package containing the inner data models for CdnManagementClient.
Package containing the data models for CdnManagementClient.
-
Uses of UsageInner in com.azure.resourcemanager.cdn.fluent
Methods in com.azure.resourcemanager.cdn.fluent that return types with arguments of type UsageInnerModifier and TypeMethodDescriptioncom.azure.core.http.rest.PagedIterable<UsageInner> AfdEndpointsClient.listResourceUsage(String resourceGroupName, String profileName, String endpointName) Checks the quota and actual usage of endpoints under the given Azure Front Door profile.com.azure.core.http.rest.PagedIterable<UsageInner> AfdEndpointsClient.listResourceUsage(String resourceGroupName, String profileName, String endpointName, com.azure.core.util.Context context) Checks the quota and actual usage of endpoints under the given Azure Front Door profile.com.azure.core.http.rest.PagedIterable<UsageInner> AfdOriginGroupsClient.listResourceUsage(String resourceGroupName, String profileName, String originGroupName) Checks the quota and actual usage of endpoints under the given Azure Front Door profile..com.azure.core.http.rest.PagedIterable<UsageInner> AfdOriginGroupsClient.listResourceUsage(String resourceGroupName, String profileName, String originGroupName, com.azure.core.util.Context context) Checks the quota and actual usage of endpoints under the given Azure Front Door profile..com.azure.core.http.rest.PagedIterable<UsageInner> AfdProfilesClient.listResourceUsage(String resourceGroupName, String profileName) Checks the quota and actual usage of endpoints under the given Azure Front Door profile.com.azure.core.http.rest.PagedIterable<UsageInner> AfdProfilesClient.listResourceUsage(String resourceGroupName, String profileName, com.azure.core.util.Context context) Checks the quota and actual usage of endpoints under the given Azure Front Door profile.com.azure.core.http.rest.PagedIterable<UsageInner> RuleSetsClient.listResourceUsage(String resourceGroupName, String profileName, String ruleSetName) Checks the quota and actual usage of endpoints under the given Azure Front Door profile..com.azure.core.http.rest.PagedIterable<UsageInner> RuleSetsClient.listResourceUsage(String resourceGroupName, String profileName, String ruleSetName, com.azure.core.util.Context context) Checks the quota and actual usage of endpoints under the given Azure Front Door profile..com.azure.core.http.rest.PagedFlux<UsageInner> AfdEndpointsClient.listResourceUsageAsync(String resourceGroupName, String profileName, String endpointName) Checks the quota and actual usage of endpoints under the given Azure Front Door profile.com.azure.core.http.rest.PagedFlux<UsageInner> AfdOriginGroupsClient.listResourceUsageAsync(String resourceGroupName, String profileName, String originGroupName) Checks the quota and actual usage of endpoints under the given Azure Front Door profile..com.azure.core.http.rest.PagedFlux<UsageInner> AfdProfilesClient.listResourceUsageAsync(String resourceGroupName, String profileName) Checks the quota and actual usage of endpoints under the given Azure Front Door profile.com.azure.core.http.rest.PagedFlux<UsageInner> RuleSetsClient.listResourceUsageAsync(String resourceGroupName, String profileName, String ruleSetName) Checks the quota and actual usage of endpoints under the given Azure Front Door profile.. -
Uses of UsageInner in com.azure.resourcemanager.cdn.fluent.models
Classes in com.azure.resourcemanager.cdn.fluent.models that implement interfaces with type arguments of type UsageInnerMethods in com.azure.resourcemanager.cdn.fluent.models that return UsageInnerModifier and TypeMethodDescriptionstatic UsageInnerUsageInner.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of UsageInner from the JsonReader.UsageInner.withCurrentValue(long currentValue) Set the currentValue property: The current value of the usage.UsageInner.withLimit(long limit) Set the limit property: The limit of usage.Set the name property: The name of the type of usage.Set the unit property: An enum describing the unit of measurement. -
Uses of UsageInner in com.azure.resourcemanager.cdn.models
Methods in com.azure.resourcemanager.cdn.models that return types with arguments of type UsageInnerModifier and TypeMethodDescriptionUsagesListResult.value()Get the value property: The list of resource usages.Method parameters in com.azure.resourcemanager.cdn.models with type arguments of type UsageInnerModifier and TypeMethodDescriptionUsagesListResult.withValue(List<UsageInner> value) Set the value property: The list of resource usages.