Freigeben über


DomainsOperationsExtensions.CreateOrUpdateAsync Methode

Definition

Erstellt oder aktualisiert eine Domäne.

public static System.Threading.Tasks.Task<Microsoft.Azure.Management.AppService.Fluent.Models.DomainInner> CreateOrUpdateAsync (this Microsoft.Azure.Management.AppService.Fluent.IDomainsOperations operations, string resourceGroupName, string domainName, Microsoft.Azure.Management.AppService.Fluent.Models.DomainInner domain, System.Threading.CancellationToken cancellationToken = default);
static member CreateOrUpdateAsync : Microsoft.Azure.Management.AppService.Fluent.IDomainsOperations * string * string * Microsoft.Azure.Management.AppService.Fluent.Models.DomainInner * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.AppService.Fluent.Models.DomainInner>
<Extension()>
Public Function CreateOrUpdateAsync (operations As IDomainsOperations, resourceGroupName As String, domainName As String, domain As DomainInner, Optional cancellationToken As CancellationToken = Nothing) As Task(Of DomainInner)

Parameter

operations
IDomainsOperations

Die Vorgangsgruppe für diese Erweiterungsmethode.

resourceGroupName
String

Name der Ressourcengruppe, zu der die Ressource gehört.

domainName
String

Name der Domäne.

domain
DomainInner

Domänenregistrierungsinformationen.

cancellationToken
CancellationToken

Das Abbruchtoken.

Gibt zurück

Hinweise

Beschreibung für Erstellt oder aktualisiert eine Domäne.

Gilt für: