Freigeben über


RolesOperationsExtensions.BeginCreateOrUpdateAsync Methode

Definition

Erstellen oder Aktualisieren einer Rolle.

public static System.Threading.Tasks.Task<Microsoft.Azure.Management.DataBoxEdge.Models.Role> BeginCreateOrUpdateAsync (this Microsoft.Azure.Management.DataBoxEdge.IRolesOperations operations, string deviceName, string name, Microsoft.Azure.Management.DataBoxEdge.Models.Role role, string resourceGroupName, System.Threading.CancellationToken cancellationToken = default);
static member BeginCreateOrUpdateAsync : Microsoft.Azure.Management.DataBoxEdge.IRolesOperations * string * string * Microsoft.Azure.Management.DataBoxEdge.Models.Role * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.DataBoxEdge.Models.Role>
<Extension()>
Public Function BeginCreateOrUpdateAsync (operations As IRolesOperations, deviceName As String, name As String, role As Role, resourceGroupName As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of Role)

Parameter

operations
IRolesOperations

Die Vorgangsgruppe für diese Erweiterungsmethode.

deviceName
String

Den Gerätenamen.

name
String

Der Name der Rolle.

role
Role

Die Rolleneigenschaften.

resourceGroupName
String

Der Name der Ressourcengruppe.

cancellationToken
CancellationToken

Das Abbruchtoken.

Gibt zurück

Gilt für: