Freigeben über


AccountsOperationsExtensions.BeginUpdateAsync Methode

Definition

patchbare Eigenschaften Updates Kontos

public static System.Threading.Tasks.Task<Microsoft.Azure.Management.DeviceUpdate.Models.Account> BeginUpdateAsync (this Microsoft.Azure.Management.DeviceUpdate.IAccountsOperations operations, string resourceGroupName, string accountName, Microsoft.Azure.Management.DeviceUpdate.Models.AccountUpdate accountUpdatePayload, System.Threading.CancellationToken cancellationToken = default);
static member BeginUpdateAsync : Microsoft.Azure.Management.DeviceUpdate.IAccountsOperations * string * string * Microsoft.Azure.Management.DeviceUpdate.Models.AccountUpdate * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.DeviceUpdate.Models.Account>
<Extension()>
Public Function BeginUpdateAsync (operations As IAccountsOperations, resourceGroupName As String, accountName As String, accountUpdatePayload As AccountUpdate, 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

Kontoname.

accountUpdatePayload
AccountUpdate

Konto aktualisiert.

cancellationToken
CancellationToken

Das Abbruchtoken.

Gibt zurück

Gilt für: