com.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 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 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 CDN profile.
|