IWebAppsOperations.UpdateDomainOwnershipIdentifierWithHttpMessagesAsync Método

Definição

Cria um identificador de propriedade de domínio para o aplicativo Web ou atualiza um identificador de propriedade existente.

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

Parâmetros

resourceGroupName
String

Nome do grupo de recursos ao qual pertence o recurso.

name
String

Nome do aplicativo.

domainOwnershipIdentifierName
String

Nome do identificador de propriedade do domínio.

domainOwnershipIdentifier
Identifier

Uma representação JSON das propriedades de propriedade do domínio.

customHeaders
Dictionary<String,List<String>>

Os cabeçalhos que serão adicionados à solicitação.

cancellationToken
CancellationToken

O token de cancelamento.

Retornos

Exceções

Gerada quando a operação retornou um código de status inválido

Gerada quando não é possível desserializar a resposta

Gerado quando um parâmetro necessário é nulo

Comentários

Descrição de Cria um identificador de propriedade de domínio para aplicativo Web ou atualiza um identificador de propriedade existente.

Aplica-se a