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
Classes in com.azure.resourcemanager.cdn.models that implement interfaces with type arguments of type ValidateCustomDomainInputModifier and TypeClassDescriptionfinal classInput of the custom domain to be validated for DNS mapping.Methods in com.azure.resourcemanager.cdn.models that return ValidateCustomDomainInputModifier and TypeMethodDescriptionstatic ValidateCustomDomainInputValidateCustomDomainInput.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of ValidateCustomDomainInput from the JsonReader.ValidateCustomDomainInput.withHostname(String hostname) Set the hostname property: The host name of the custom domain.