Condividi tramite


IWebAppsOperations.CreateOrUpdateDomainOwnershipIdentifierWithHttpMessagesAsync Metodo

Definizione

Crea un identificatore di proprietà del dominio per l'app Web o aggiorna un identificatore di proprietà esistente.

public System.Threading.Tasks.Task<Microsoft.Rest.Azure.AzureOperationResponse<Microsoft.Azure.Management.AppService.Fluent.Models.IdentifierInner>> CreateOrUpdateDomainOwnershipIdentifierWithHttpMessagesAsync (string resourceGroupName, string name, string domainOwnershipIdentifierName, Microsoft.Azure.Management.AppService.Fluent.Models.IdentifierInner domainOwnershipIdentifier, System.Collections.Generic.Dictionary<string,System.Collections.Generic.List<string>> customHeaders = default, System.Threading.CancellationToken cancellationToken = default);
abstract member CreateOrUpdateDomainOwnershipIdentifierWithHttpMessagesAsync : string * string * string * Microsoft.Azure.Management.AppService.Fluent.Models.IdentifierInner * System.Collections.Generic.Dictionary<string, System.Collections.Generic.List<string>> * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.AzureOperationResponse<Microsoft.Azure.Management.AppService.Fluent.Models.IdentifierInner>>
Public Function CreateOrUpdateDomainOwnershipIdentifierWithHttpMessagesAsync (resourceGroupName As String, name As String, domainOwnershipIdentifierName As String, domainOwnershipIdentifier As IdentifierInner, Optional customHeaders As Dictionary(Of String, List(Of String)) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of AzureOperationResponse(Of IdentifierInner))

Parametri

resourceGroupName
String

Nome del gruppo di risorse a cui appartiene la risorsa.

name
String

Nome dell'applicazione.

domainOwnershipIdentifierName
String

Nome dell'identificatore di proprietà del dominio.

domainOwnershipIdentifier
IdentifierInner

Rappresentazione JSON delle proprietà della proprietà del dominio.

customHeaders
Dictionary<String,List<String>>

Intestazioni che verranno aggiunte alla richiesta.

cancellationToken
CancellationToken

Token di annullamento.

Restituisce

Eccezioni

Generato quando l'operazione ha restituito un codice di stato non valido

Generato quando non è possibile deserializzare la risposta

Generato quando un parametro obbligatorio è Null

Commenti

Descrizione per Crea un identificatore di proprietà del dominio per l'app Web o aggiorna un identificatore di proprietà esistente.

Si applica a