Uses of Interface
com.azure.resourcemanager.frontdoor.models.ValidateCustomDomainOutput
Packages that use ValidateCustomDomainOutput
Package
Description
Package containing the data models for FrontDoorManagementClient.
-
Uses of ValidateCustomDomainOutput in com.azure.resourcemanager.frontdoor.models
Methods in com.azure.resourcemanager.frontdoor.models that return ValidateCustomDomainOutputModifier and TypeMethodDescriptionFrontDoor.validateCustomDomain(ValidateCustomDomainInput customDomainProperties) Validates the custom domain mapping to ensure it maps to the correct Front Door endpoint in DNS.FrontDoors.validateCustomDomain(String resourceGroupName, String frontDoorName, ValidateCustomDomainInput customDomainProperties) Validates the custom domain mapping to ensure it maps to the correct Front Door endpoint in DNS.Methods in com.azure.resourcemanager.frontdoor.models that return types with arguments of type ValidateCustomDomainOutputModifier and TypeMethodDescriptioncom.azure.core.http.rest.Response<ValidateCustomDomainOutput>FrontDoor.validateCustomDomainWithResponse(ValidateCustomDomainInput customDomainProperties, com.azure.core.util.Context context) Validates the custom domain mapping to ensure it maps to the correct Front Door endpoint in DNS.com.azure.core.http.rest.Response<ValidateCustomDomainOutput>FrontDoors.validateCustomDomainWithResponse(String resourceGroupName, String frontDoorName, ValidateCustomDomainInput customDomainProperties, com.azure.core.util.Context context) Validates the custom domain mapping to ensure it maps to the correct Front Door endpoint in DNS.