FrontDoorsOperationsExtensions.ValidateCustomDomainAsync Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Validates the custom domain mapping to ensure it maps to the correct Front Door endpoint in DNS.
public static System.Threading.Tasks.Task<Microsoft.Azure.Management.FrontDoor.Models.ValidateCustomDomainOutput> ValidateCustomDomainAsync (this Microsoft.Azure.Management.FrontDoor.IFrontDoorsOperations operations, string resourceGroupName, string frontDoorName, Microsoft.Azure.Management.FrontDoor.Models.ValidateCustomDomainInput customDomainProperties, System.Threading.CancellationToken cancellationToken = default);
static member ValidateCustomDomainAsync : Microsoft.Azure.Management.FrontDoor.IFrontDoorsOperations * string * string * Microsoft.Azure.Management.FrontDoor.Models.ValidateCustomDomainInput * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.FrontDoor.Models.ValidateCustomDomainOutput>
<Extension()>
Public Function ValidateCustomDomainAsync (operations As IFrontDoorsOperations, resourceGroupName As String, frontDoorName As String, customDomainProperties As ValidateCustomDomainInput, Optional cancellationToken As CancellationToken = Nothing) As Task(Of 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
- cancellationToken
- CancellationToken
The cancellation token.