共用方式為


SiteDomainOwnershipIdentifierCollection.CreateOrUpdate Method

Definition

Description for Creates a domain ownership identifier for web app, or updates an existing ownership identifier.

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

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.

domainOwnershipIdentifierName
String

Name of domain ownership identifier.

data
AppServiceIdentifierData

A JSON representation of the domain ownership properties.

cancellationToken
CancellationToken

The cancellation token to use.

Returns

Exceptions

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

domainOwnershipIdentifierName or data is null.

Applies to