DomainsOperationsExtensions.UpdateOwnershipIdentifierAsync Metoda
Definicja
Ważne
Niektóre informacje odnoszą się do produktu w wersji wstępnej, który może zostać znacząco zmodyfikowany przed wydaniem. Firma Microsoft nie udziela żadnych gwarancji, jawnych lub domniemanych, w odniesieniu do informacji podanych w tym miejscu.
Tworzy identyfikator własności dla domeny lub aktualizuje szczegóły identyfikatora dla istniejącego identyfikatora identifer
public static System.Threading.Tasks.Task<Microsoft.Azure.Management.AppService.Fluent.Models.DomainOwnershipIdentifierInner> UpdateOwnershipIdentifierAsync (this Microsoft.Azure.Management.AppService.Fluent.IDomainsOperations operations, string resourceGroupName, string domainName, string name, Microsoft.Azure.Management.AppService.Fluent.Models.DomainOwnershipIdentifierInner domainOwnershipIdentifier, System.Threading.CancellationToken cancellationToken = default);
static member UpdateOwnershipIdentifierAsync : Microsoft.Azure.Management.AppService.Fluent.IDomainsOperations * string * string * string * Microsoft.Azure.Management.AppService.Fluent.Models.DomainOwnershipIdentifierInner * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.AppService.Fluent.Models.DomainOwnershipIdentifierInner>
<Extension()>
Public Function UpdateOwnershipIdentifierAsync (operations As IDomainsOperations, resourceGroupName As String, domainName As String, name As String, domainOwnershipIdentifier As DomainOwnershipIdentifierInner, Optional cancellationToken As CancellationToken = Nothing) As Task(Of DomainOwnershipIdentifierInner)
Parametry
- operations
- IDomainsOperations
Grupa operacji dla tej metody rozszerzenia.
- resourceGroupName
- String
Nazwa grupy zasobów, do której należy zasób.
- domainName
- String
Nazwa domeny.
- name
- String
Nazwa identyfikatora.
- domainOwnershipIdentifier
- DomainOwnershipIdentifierInner
Reprezentacja JSON właściwości własności domeny.
- cancellationToken
- CancellationToken
Token anulowania.
Zwraca
Uwagi
Opis tworzenia identyfikatora własności dla domeny lub aktualizacji szczegółów identyfikatora dla istniejącego identyfikatora identifer
Dotyczy
Azure SDK for .NET