Share via


StaticSiteCustomDomainOverviewCollection.CreateOrUpdate Method

Definition

Description for Creates a new static site custom domain in an existing resource group and static site.

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

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.

domainName
String

The custom domain to create.

content
StaticSiteCustomDomainContent

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

cancellationToken
CancellationToken

The cancellation token to use.

Returns

Exceptions

domainName is an empty string, and was expected to be non-empty.

domainName or content is null.

Applies to