public interface AfdProfilesClient
| Modifier and Type | Method and Description |
|---|---|
ValidateCustomDomainOutputInner |
checkHostnameAvailability(String resourceGroupName,
String profileName,
String hostname)
Validates the custom domain mapping to ensure it maps to the correct CDN endpoint in DNS.
|
Mono<ValidateCustomDomainOutputInner> |
checkHostnameAvailabilityAsync(String resourceGroupName,
String profileName,
String hostname)
Validates the custom domain mapping to ensure it maps to the correct CDN endpoint in DNS.
|
com.azure.core.http.rest.Response<ValidateCustomDomainOutputInner> |
checkHostnameAvailabilityWithResponse(String resourceGroupName,
String profileName,
String hostname,
com.azure.core.util.Context context)
Validates the custom domain mapping to ensure it maps to the correct CDN endpoint in DNS.
|
Mono<com.azure.core.http.rest.Response<ValidateCustomDomainOutputInner>> |
checkHostnameAvailabilityWithResponseAsync(String resourceGroupName,
String profileName,
String hostname)
Validates the custom domain mapping to ensure it maps to the correct CDN endpoint in DNS.
|
com.azure.core.http.rest.PagedIterable<UsageInner> |
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> |
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<UsageInner> |
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> listResourceUsageAsync(String resourceGroupName, String profileName)
resourceGroupName - Name of the Resource group within the Azure subscription.profileName - Name of the CDN profile which is unique within the resource group.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.http.rest.PagedIterable<UsageInner> listResourceUsage(String resourceGroupName, String profileName)
resourceGroupName - Name of the Resource group within the Azure subscription.profileName - Name of the CDN profile which is unique within the resource group.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.http.rest.PagedIterable<UsageInner> listResourceUsage(String resourceGroupName, String profileName, com.azure.core.util.Context context)
resourceGroupName - Name of the Resource group within the Azure subscription.profileName - Name of the CDN profile which is unique within the resource group.context - The context to associate with this operation.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<com.azure.core.http.rest.Response<ValidateCustomDomainOutputInner>> checkHostnameAvailabilityWithResponseAsync(String resourceGroupName, String profileName, String hostname)
resourceGroupName - Name of the Resource group within the Azure subscription.profileName - Name of the CDN profile which is unique within the resource group.hostname - The host name of the custom domain. Must be a domain name.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<ValidateCustomDomainOutputInner> checkHostnameAvailabilityAsync(String resourceGroupName, String profileName, String hostname)
resourceGroupName - Name of the Resource group within the Azure subscription.profileName - Name of the CDN profile which is unique within the resource group.hostname - The host name of the custom domain. Must be a domain name.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.ValidateCustomDomainOutputInner checkHostnameAvailability(String resourceGroupName, String profileName, String hostname)
resourceGroupName - Name of the Resource group within the Azure subscription.profileName - Name of the CDN profile which is unique within the resource group.hostname - The host name of the custom domain. Must be a domain name.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.http.rest.Response<ValidateCustomDomainOutputInner> checkHostnameAvailabilityWithResponse(String resourceGroupName, String profileName, String hostname, com.azure.core.util.Context context)
resourceGroupName - Name of the Resource group within the Azure subscription.profileName - Name of the CDN profile which is unique within the resource group.hostname - The host name of the custom domain. Must be a domain name.context - The context to associate with this operation.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Copyright © 2021 Microsoft Corporation. All rights reserved.