Uses of Class
com.azure.resourcemanager.frontdoor.models.ValidateCustomDomainInput
Package
Description
Package containing the service clients for FrontDoorManagementClient.
Package containing the data models for FrontDoorManagementClient.
-
Uses of ValidateCustomDomainInput in com.azure.resourcemanager.frontdoor.fluent
Modifier and TypeMethodDescriptionFrontDoorsClient.validateCustomDomain
(String resourceGroupName, String frontDoorName, ValidateCustomDomainInput customDomainProperties) Validates the custom domain mapping to ensure it maps to the correct Front Door endpoint in DNS.com.azure.core.http.rest.Response<ValidateCustomDomainOutputInner>
FrontDoorsClient.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. -
Uses of ValidateCustomDomainInput in com.azure.resourcemanager.frontdoor.models
Modifier and TypeMethodDescriptionValidateCustomDomainInput.withHostname
(String hostname) Set the hostname property: The host name of the custom domain.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.com.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.