DomainsOperationsExtensions.UpdateOwnershipIdentifierAsync 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 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
Skupina operací pro tuto rozšiřující metodu.
- 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.
- cancellationToken
- CancellationToken
Token zrušení.
Návraty
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