Partager via


IntegrationRuntimeNodeIpAddressOperationsExtensions.GetAsync Méthode

Définition

Obtenir l’adresse IP du nœud du runtime d’intégration

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

Paramètres

operations
IIntegrationRuntimeNodeIpAddressOperations

Groupe d’opérations pour cette méthode d’extension.

resourceGroupName
String

Nom du groupe de ressources. Le nom ne respecte pas la casse.

workspaceName
String

Nom de l’espace de travail.

integrationRuntimeName
String

Nom du runtime d’intégration

nodeName
String

Nom du nœud du runtime d’intégration

cancellationToken
CancellationToken

Jeton d'annulation.

Retours

Remarques

Obtenir l’adresse IP d’un nœud de runtime d’intégration

S’applique à