Uses of Class
com.azure.resourcemanager.cdn.fluent.models.ResourceUsageInner
Packages that use ResourceUsageInner
Package
Description
Package containing the service clients for CdnManagementClient.
Package containing the data models for CdnManagementClient.
-
Uses of ResourceUsageInner in com.azure.resourcemanager.cdn.fluent
Methods in com.azure.resourcemanager.cdn.fluent that return types with arguments of type ResourceUsageInnerModifier and TypeMethodDescriptioncom.azure.core.http.rest.PagedIterable<ResourceUsageInner>ResourceUsagesClient.list()Check the quota and actual usage of the CDN profiles under the given subscription.com.azure.core.http.rest.PagedIterable<ResourceUsageInner>ResourceUsagesClient.list(com.azure.core.util.Context context) Check the quota and actual usage of the CDN profiles under the given subscription.com.azure.core.http.rest.PagedFlux<ResourceUsageInner>ResourceUsagesClient.listAsync()Check the quota and actual usage of the CDN profiles under the given subscription.com.azure.core.http.rest.PagedIterable<ResourceUsageInner>EndpointsClient.listResourceUsage(String resourceGroupName, String profileName, String endpointName) Checks the quota and usage of geo filters and custom domains under the given endpoint.com.azure.core.http.rest.PagedIterable<ResourceUsageInner>EndpointsClient.listResourceUsage(String resourceGroupName, String profileName, String endpointName, com.azure.core.util.Context context) Checks the quota and usage of geo filters and custom domains under the given endpoint.com.azure.core.http.rest.PagedIterable<ResourceUsageInner>ProfilesClient.listResourceUsage(String resourceGroupName, String profileName) Checks the quota and actual usage of endpoints under the given Azure Front Door Standard or Azure Front Door Premium or CDN profile.com.azure.core.http.rest.PagedIterable<ResourceUsageInner>ProfilesClient.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 Standard or Azure Front Door Premium or CDN profile.com.azure.core.http.rest.PagedFlux<ResourceUsageInner>EndpointsClient.listResourceUsageAsync(String resourceGroupName, String profileName, String endpointName) Checks the quota and usage of geo filters and custom domains under the given endpoint.com.azure.core.http.rest.PagedFlux<ResourceUsageInner>ProfilesClient.listResourceUsageAsync(String resourceGroupName, String profileName) Checks the quota and actual usage of endpoints under the given Azure Front Door Standard or Azure Front Door Premium or CDN profile. -
Uses of ResourceUsageInner in com.azure.resourcemanager.cdn.models
Methods in com.azure.resourcemanager.cdn.models that return types with arguments of type ResourceUsageInnerModifier and TypeMethodDescriptionResourceUsageListResult.value()Get the value property: List of resource usages.Constructors in com.azure.resourcemanager.cdn.models with parameters of type ResourceUsageInnerModifierConstructorDescriptionResourceUsage(ResourceUsageInner inner) Construct ResourceUsage object from server response object.