Freigeben über


RolesOperationsExtensions.GetAsync Methode

Definition

Ruft eine bestimmte Rolle nach Name ab.

public static System.Threading.Tasks.Task<Microsoft.Azure.Management.DataBoxEdge.Models.Role> GetAsync (this Microsoft.Azure.Management.DataBoxEdge.IRolesOperations operations, string deviceName, string name, string resourceGroupName, System.Threading.CancellationToken cancellationToken = default);
static member GetAsync : Microsoft.Azure.Management.DataBoxEdge.IRolesOperations * string * string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.DataBoxEdge.Models.Role>
<Extension()>
Public Function GetAsync (operations As IRolesOperations, deviceName As String, name As String, 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.

resourceGroupName
String

Der Name der Ressourcengruppe.

cancellationToken
CancellationToken

Das Abbruchtoken.

Gibt zurück

Gilt für: