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