Freigeben über


AccountsOperationsExtensions.BeginCreateOrUpdateAsync Methode

Definition

Erstellen oder Aktualisieren einer Kontoressource

public static System.Threading.Tasks.Task<Microsoft.Azure.Management.Purview.Models.Account> BeginCreateOrUpdateAsync (this Microsoft.Azure.Management.Purview.IAccountsOperations operations, string resourceGroupName, string accountName, Microsoft.Azure.Management.Purview.Models.Account account, System.Threading.CancellationToken cancellationToken = default);
static member BeginCreateOrUpdateAsync : Microsoft.Azure.Management.Purview.IAccountsOperations * string * string * Microsoft.Azure.Management.Purview.Models.Account * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.Purview.Models.Account>
<Extension()>
Public Function BeginCreateOrUpdateAsync (operations As IAccountsOperations, resourceGroupName As String, accountName As String, account As Account, Optional cancellationToken As CancellationToken = Nothing) As Task(Of Account)

Parameter

operations
IAccountsOperations

Die Vorgangsgruppe für diese Erweiterungsmethode.

resourceGroupName
String

Der Name der Ressourcengruppe.

accountName
String

Der Kontoname.

account
Account

Das Konto.

cancellationToken
CancellationToken

Das Abbruchtoken.

Gibt zurück

Hinweise

Erstellt oder aktualisiert ein Konto

Gilt für: