StaticSiteCustomDomainOverviewResource.ValidateCustomDomainCanBeAddedToStaticSite 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.
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: 2023-12-01
- Resource: StaticSiteCustomDomainOverviewResource
public virtual Azure.ResourceManager.ArmOperation ValidateCustomDomainCanBeAddedToStaticSite (Azure.WaitUntil waitUntil, Azure.ResourceManager.AppService.Models.StaticSiteCustomDomainContent content, System.Threading.CancellationToken cancellationToken = default);
abstract member ValidateCustomDomainCanBeAddedToStaticSite : Azure.WaitUntil * Azure.ResourceManager.AppService.Models.StaticSiteCustomDomainContent * System.Threading.CancellationToken -> Azure.ResourceManager.ArmOperation
override this.ValidateCustomDomainCanBeAddedToStaticSite : Azure.WaitUntil * Azure.ResourceManager.AppService.Models.StaticSiteCustomDomainContent * System.Threading.CancellationToken -> Azure.ResourceManager.ArmOperation
Public Overridable Function ValidateCustomDomainCanBeAddedToStaticSite (waitUntil As WaitUntil, content As StaticSiteCustomDomainContent, Optional cancellationToken As CancellationToken = Nothing) As 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
Azure SDK for .NET