Uses of Class
com.azure.resourcemanager.cdn.fluent.models.ValidateCustomDomainOutputInner
Packages that use ValidateCustomDomainOutputInner
Package
Description
Package containing the service clients for CdnManagementClient.
Package containing the data models for CdnManagementClient.
-
Uses of ValidateCustomDomainOutputInner in com.azure.resourcemanager.cdn.fluent
Methods in com.azure.resourcemanager.cdn.fluent that return ValidateCustomDomainOutputInnerModifier 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.Methods in com.azure.resourcemanager.cdn.fluent that return types with arguments of type ValidateCustomDomainOutputInnerModifier and TypeMethodDescriptionAfdEndpointsClient.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 ValidateCustomDomainOutputInner in com.azure.resourcemanager.cdn.models
Constructors in com.azure.resourcemanager.cdn.models with parameters of type ValidateCustomDomainOutputInnerModifierConstructorDescriptionConstruct CustomDomainValidationResult object from server response object.