Compartir a través de


ComputeNodeOperationsExtensions.GetAsync Método

Definición

Obtiene información sobre el nodo de proceso especificado.

public static System.Threading.Tasks.Task<Microsoft.Azure.Batch.Protocol.Models.ComputeNode> GetAsync (this Microsoft.Azure.Batch.Protocol.IComputeNodeOperations operations, string poolId, string nodeId, Microsoft.Azure.Batch.Protocol.Models.ComputeNodeGetOptions computeNodeGetOptions = default, System.Threading.CancellationToken cancellationToken = default);
static member GetAsync : Microsoft.Azure.Batch.Protocol.IComputeNodeOperations * string * string * Microsoft.Azure.Batch.Protocol.Models.ComputeNodeGetOptions * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Batch.Protocol.Models.ComputeNode>
<Extension()>
Public Function GetAsync (operations As IComputeNodeOperations, poolId As String, nodeId As String, Optional computeNodeGetOptions As ComputeNodeGetOptions = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of ComputeNode)

Parámetros

operations
IComputeNodeOperations

Grupo de operaciones para este método de extensión.

poolId
String

Identificador del grupo que contiene el nodo de proceso.

nodeId
String

Identificador del nodo de proceso sobre el que desea obtener información.

computeNodeGetOptions
ComputeNodeGetOptions

Parámetros adicionales para la operación

cancellationToken
CancellationToken

Token de cancelación.

Devoluciones

Se aplica a