Condividi tramite


IWebAppsOperations.CreateOrUpdateDomainOwnershipIdentifierSlotWithHttpMessagesAsync 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>> CreateOrUpdateDomainOwnershipIdentifierSlotWithHttpMessagesAsync (string resourceGroupName, string name, string domainOwnershipIdentifierName, Microsoft.Azure.Management.AppService.Fluent.Models.IdentifierInner domainOwnershipIdentifier, string slot, System.Collections.Generic.Dictionary<string,System.Collections.Generic.List<string>> customHeaders = default, System.Threading.CancellationToken cancellationToken = default);
abstract member CreateOrUpdateDomainOwnershipIdentifierSlotWithHttpMessagesAsync : string * string * string * Microsoft.Azure.Management.AppService.Fluent.Models.IdentifierInner * string * 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 CreateOrUpdateDomainOwnershipIdentifierSlotWithHttpMessagesAsync (resourceGroupName As String, name As String, domainOwnershipIdentifierName As String, domainOwnershipIdentifier As IdentifierInner, slot As String, 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.

slot
String

Nome dello slot di distribuzione. Se non viene specificato uno slot, l'API eliminerà l'associazione per lo slot di produzione.

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