Share via


StaticSiteCustomDomainOverviewResource.ValidateCustomDomainCanBeAddedToStaticSiteAsync Method

Definition

Description for Validates a particular custom domain can be added to a static site.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/staticSites/{name}/customDomains/{domainName}/validate
  • Operation Id: StaticSites_ValidateCustomDomainCanBeAddedToStaticSite
  • Default Api Version: 2021-02-01
  • Resource: StaticSiteCustomDomainOverviewResource
public virtual System.Threading.Tasks.Task<Azure.ResourceManager.ArmOperation> ValidateCustomDomainCanBeAddedToStaticSiteAsync (Azure.WaitUntil waitUntil, Azure.ResourceManager.AppService.Models.StaticSiteCustomDomainContent content, System.Threading.CancellationToken cancellationToken = default);
abstract member ValidateCustomDomainCanBeAddedToStaticSiteAsync : Azure.WaitUntil * Azure.ResourceManager.AppService.Models.StaticSiteCustomDomainContent * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.ResourceManager.ArmOperation>
override this.ValidateCustomDomainCanBeAddedToStaticSiteAsync : Azure.WaitUntil * Azure.ResourceManager.AppService.Models.StaticSiteCustomDomainContent * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.ResourceManager.ArmOperation>
Public Overridable Function ValidateCustomDomainCanBeAddedToStaticSiteAsync (waitUntil As WaitUntil, content As StaticSiteCustomDomainContent, Optional cancellationToken As CancellationToken = Nothing) As Task(Of ArmOperation)

Parameters

waitUntil
WaitUntil

Completed if the method should wait to return until the long-running operation has completed on the service; Started if it should return after starting the operation. For more information on long-running operations, please see Azure.Core Long-Running Operation samples.

content
StaticSiteCustomDomainContent

A JSON representation of the static site custom domain request properties. See example.

cancellationToken
CancellationToken

The cancellation token to use.

Returns

Exceptions

content is null.

Applies to