IDomainsOperations.CreateOrUpdateOwnershipIdentifierWithHttpMessagesAsync Metoda
Definice
Důležité
Některé informace platí pro předběžně vydaný produkt, který se může zásadně změnit, než ho výrobce nebo autor vydá. Microsoft neposkytuje žádné záruky, výslovné ani předpokládané, týkající se zde uváděných informací.
Vytvoří identifikátor vlastnictví pro doménu nebo aktualizuje podrobnosti identifikátoru pro existující identifikátor.
public System.Threading.Tasks.Task<Microsoft.Rest.Azure.AzureOperationResponse<Microsoft.Azure.Management.AppService.Fluent.Models.DomainOwnershipIdentifierInner>> CreateOrUpdateOwnershipIdentifierWithHttpMessagesAsync (string resourceGroupName, string domainName, string name, Microsoft.Azure.Management.AppService.Fluent.Models.DomainOwnershipIdentifierInner domainOwnershipIdentifier, System.Collections.Generic.Dictionary<string,System.Collections.Generic.List<string>> customHeaders = default, System.Threading.CancellationToken cancellationToken = default);
abstract member CreateOrUpdateOwnershipIdentifierWithHttpMessagesAsync : string * string * string * Microsoft.Azure.Management.AppService.Fluent.Models.DomainOwnershipIdentifierInner * 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.DomainOwnershipIdentifierInner>>
Public Function CreateOrUpdateOwnershipIdentifierWithHttpMessagesAsync (resourceGroupName As String, domainName As String, name As String, domainOwnershipIdentifier As DomainOwnershipIdentifierInner, Optional customHeaders As Dictionary(Of String, List(Of String)) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of AzureOperationResponse(Of DomainOwnershipIdentifierInner))
Parametry
- resourceGroupName
- String
Název skupiny prostředků, do které prostředek patří.
- domainName
- String
Název domény.
- name
- String
Název identifikátoru.
- domainOwnershipIdentifier
- DomainOwnershipIdentifierInner
Reprezentace vlastností vlastnictví domény ve formátu JSON.
- customHeaders
- Dictionary<String,List<String>>
Hlavičky, které se přidají do požadavku.
- cancellationToken
- CancellationToken
Token zrušení.
Návraty
Výjimky
Vyvolá se, když operace vrátila neplatný stavový kód.
Vyvolá se, když nejde deserializovat odpověď.
Vyvolá se, když má povinný parametr hodnotu null.
Poznámky
Popis pro Vytvoření identifikátoru vlastnictví domény nebo aktualizace podrobností identifikátoru pro existujícího identifikátoru
Platí pro
Azure SDK for .NET