Udostępnij za pośrednictwem


FrontDoorsOperationsExtensions.ValidateCustomDomain Method

Definition

Validates the custom domain mapping to ensure it maps to the correct Front Door endpoint in DNS.

public static Microsoft.Azure.Management.FrontDoor.Models.ValidateCustomDomainOutput ValidateCustomDomain (this Microsoft.Azure.Management.FrontDoor.IFrontDoorsOperations operations, string resourceGroupName, string frontDoorName, Microsoft.Azure.Management.FrontDoor.Models.ValidateCustomDomainInput customDomainProperties);
static member ValidateCustomDomain : Microsoft.Azure.Management.FrontDoor.IFrontDoorsOperations * string * string * Microsoft.Azure.Management.FrontDoor.Models.ValidateCustomDomainInput -> Microsoft.Azure.Management.FrontDoor.Models.ValidateCustomDomainOutput
<Extension()>
Public Function ValidateCustomDomain (operations As IFrontDoorsOperations, resourceGroupName As String, frontDoorName As String, customDomainProperties As ValidateCustomDomainInput) As ValidateCustomDomainOutput

Parameters

operations
IFrontDoorsOperations

The operations group for this extension method.

resourceGroupName
String

Name of the Resource group within the Azure subscription.

frontDoorName
String

Name of the Front Door which is globally unique.

customDomainProperties
ValidateCustomDomainInput

Returns

Applies to