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 inner data models 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.fluent.models
Classes in com.azure.resourcemanager.cdn.fluent.models that implement interfaces with type arguments of type ValidateCustomDomainOutputInnerModifier and TypeClassDescriptionfinal classOutput of custom domain validation.Methods in com.azure.resourcemanager.cdn.fluent.models that return ValidateCustomDomainOutputInnerModifier and TypeMethodDescriptionValidateCustomDomainOutputInner.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of ValidateCustomDomainOutputInner from the JsonReader. -
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.