Compartilhar via


IntegrationRuntimeNodesOperationsExtensions.GetAsync Método

Definição

Obtém um nó de runtime de integração auto-hospedada.

public static System.Threading.Tasks.Task<Microsoft.Azure.Management.DataFactory.Models.SelfHostedIntegrationRuntimeNode> GetAsync (this Microsoft.Azure.Management.DataFactory.IIntegrationRuntimeNodesOperations operations, string resourceGroupName, string factoryName, string integrationRuntimeName, string nodeName, System.Threading.CancellationToken cancellationToken = default);
static member GetAsync : Microsoft.Azure.Management.DataFactory.IIntegrationRuntimeNodesOperations * string * string * string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.DataFactory.Models.SelfHostedIntegrationRuntimeNode>
<Extension()>
Public Function GetAsync (operations As IIntegrationRuntimeNodesOperations, resourceGroupName As String, factoryName As String, integrationRuntimeName As String, nodeName As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of SelfHostedIntegrationRuntimeNode)

Parâmetros

operations
IIntegrationRuntimeNodesOperations

O grupo de operações para esse método de extensão.

resourceGroupName
String

O nome do grupo de recursos.

factoryName
String

O nome da fábrica.

integrationRuntimeName
String

O nome do runtime de integração.

nodeName
String

O nome do nó do runtime de integração.

cancellationToken
CancellationToken

O token de cancelamento.

Retornos

Aplica-se a