Freigeben über


DevicesOperationsExtensions.GetAsync Methode

Definition

Gibt die Eigenschaften des angegebenen Geräts zurück.

public static System.Threading.Tasks.Task<Microsoft.Azure.Management.StorSimple8000Series.Models.Device> GetAsync (this Microsoft.Azure.Management.StorSimple8000Series.IDevicesOperations operations, string deviceName, string resourceGroupName, string managerName, string expand = default, System.Threading.CancellationToken cancellationToken = default);
static member GetAsync : Microsoft.Azure.Management.StorSimple8000Series.IDevicesOperations * string * string * string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.StorSimple8000Series.Models.Device>
<Extension()>
Public Function GetAsync (operations As IDevicesOperations, deviceName As String, resourceGroupName As String, managerName As String, Optional expand As String = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of Device)

Parameter

operations
IDevicesOperations

Die Vorgangsgruppe für diese Erweiterungsmethode.

deviceName
String

Der Gerätename

resourceGroupName
String

Der Name der Ressourcengruppe

managerName
String

Der Managername

expand
String

Geben Sie $expand=Details an, um zusätzliche Felder im Zusammenhang mit dem Gerät aufzufüllen, oder $expand=rolloverdetails, um zusätzliche Felder im Zusammenhang mit dem Dienstdatenverschlüsselungsschlüsselrollover auf dem Gerät aufzufüllen.

cancellationToken
CancellationToken

Das Abbruchtoken.

Gibt zurück

Gilt für: