Uses of Class
com.azure.resourcemanager.cdn.models.ValidateCustomDomainInput
Packages that use ValidateCustomDomainInput
Package
Description
Package containing the service clients for CdnManagementClient.
Package containing the data models for CdnManagementClient.
-
Uses of ValidateCustomDomainInput in com.azure.resourcemanager.cdn.fluent
Methods in com.azure.resourcemanager.cdn.fluent with parameters of type ValidateCustomDomainInputModifier and TypeMethodDescriptionAfdEndpointsClient.validateCustomDomain(String resourceGroupName, String profileName, String endpointName, ValidateCustomDomainInput customDomainProperties) Validates the custom domain mapping to ensure it maps to the correct Azure Front Door endpoint in DNS.EndpointsClient.validateCustomDomain(String resourceGroupName, String profileName, String endpointName, ValidateCustomDomainInput customDomainProperties) Validates the custom domain mapping to ensure it maps to the correct CDN endpoint in DNS.AfdEndpointsClient.validateCustomDomainAsync(String resourceGroupName, String profileName, String endpointName, ValidateCustomDomainInput customDomainProperties) Validates the custom domain mapping to ensure it maps to the correct Azure Front Door endpoint in DNS.EndpointsClient.validateCustomDomainAsync(String resourceGroupName, String profileName, String endpointName, ValidateCustomDomainInput customDomainProperties) Validates the custom domain mapping to ensure it maps to the correct CDN endpoint in DNS.com.azure.core.http.rest.Response<ValidateCustomDomainOutputInner>AfdEndpointsClient.validateCustomDomainWithResponse(String resourceGroupName, String profileName, String endpointName, ValidateCustomDomainInput customDomainProperties, com.azure.core.util.Context context) Validates the custom domain mapping to ensure it maps to the correct Azure Front Door endpoint in DNS.com.azure.core.http.rest.Response<ValidateCustomDomainOutputInner>EndpointsClient.validateCustomDomainWithResponse(String resourceGroupName, String profileName, String endpointName, ValidateCustomDomainInput customDomainProperties, 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>>AfdEndpointsClient.validateCustomDomainWithResponseAsync(String resourceGroupName, String profileName, String endpointName, ValidateCustomDomainInput customDomainProperties) Validates the custom domain mapping to ensure it maps to the correct Azure Front Door endpoint in DNS.Mono<com.azure.core.http.rest.Response<ValidateCustomDomainOutputInner>>EndpointsClient.validateCustomDomainWithResponseAsync(String resourceGroupName, String profileName, String endpointName, ValidateCustomDomainInput customDomainProperties) Validates the custom domain mapping to ensure it maps to the correct CDN endpoint in DNS. -
Uses of ValidateCustomDomainInput in com.azure.resourcemanager.cdn.models
Methods in com.azure.resourcemanager.cdn.models that return ValidateCustomDomainInputModifier and TypeMethodDescriptionValidateCustomDomainInput.withHostname(String hostname) Set the hostname property: The host name of the custom domain.