Share via


SiteSlotDomainOwnershipIdentifierCollection.CreateOrUpdateAsync 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}/slots/{slot}/domainOwnershipIdentifiers/{domainOwnershipIdentifierName}
  • Operation Id: WebApps_CreateOrUpdateDomainOwnershipIdentifierSlot
  • Default Api Version: 2021-02-01
  • Resource: SiteSlotDomainOwnershipIdentifierResource
public virtual System.Threading.Tasks.Task<Azure.ResourceManager.ArmOperation<Azure.ResourceManager.AppService.SiteSlotDomainOwnershipIdentifierResource>> CreateOrUpdateAsync (Azure.WaitUntil waitUntil, string domainOwnershipIdentifierName, Azure.ResourceManager.AppService.AppServiceIdentifierData data, System.Threading.CancellationToken cancellationToken = default);
abstract member CreateOrUpdateAsync : Azure.WaitUntil * string * Azure.ResourceManager.AppService.AppServiceIdentifierData * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.ResourceManager.ArmOperation<Azure.ResourceManager.AppService.SiteSlotDomainOwnershipIdentifierResource>>
override this.CreateOrUpdateAsync : Azure.WaitUntil * string * Azure.ResourceManager.AppService.AppServiceIdentifierData * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.ResourceManager.ArmOperation<Azure.ResourceManager.AppService.SiteSlotDomainOwnershipIdentifierResource>>
Public Overridable Function CreateOrUpdateAsync (waitUntil As WaitUntil, domainOwnershipIdentifierName As String, data As AppServiceIdentifierData, Optional cancellationToken As CancellationToken = Nothing) As Task(Of ArmOperation(Of SiteSlotDomainOwnershipIdentifierResource))

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