Uses of Interface
com.azure.resourcemanager.frontdoor.models.ValidateCustomDomainOutput
Package
Description
Package containing the data models for FrontDoorManagementClient.
-
Uses of ValidateCustomDomainOutput in com.azure.resourcemanager.frontdoor.models
Modifier 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.Modifier 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.