Compartir a través de


DevicesOperationsExtensions.GetAsync Método

Definición

Obtiene las propiedades del dispositivo perimetral o puerta de enlace del cuadro de datos.

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

Parámetros

operations
IDevicesOperations

El grupo de operaciones de este método de extensión.

deviceName
String

El nombre de dispositivo.

resourceGroupName
String

El nombre del grupo de recursos.

cancellationToken
CancellationToken

Token de cancelación.

Devoluciones

Se aplica a