IntegrationRuntimeNodeIpAddress Constructeurs
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Surcharges
IntegrationRuntimeNodeIpAddress() |
Initialise une nouvelle instance de la classe IntegrationRuntimeNodeIpAddress. |
IntegrationRuntimeNodeIpAddress(String) |
Initialise une nouvelle instance de la classe IntegrationRuntimeNodeIpAddress. |
IntegrationRuntimeNodeIpAddress()
Initialise une nouvelle instance de la classe IntegrationRuntimeNodeIpAddress.
public IntegrationRuntimeNodeIpAddress ();
Public Sub New ()
S’applique à
IntegrationRuntimeNodeIpAddress(String)
Initialise une nouvelle instance de la classe IntegrationRuntimeNodeIpAddress.
public IntegrationRuntimeNodeIpAddress (string ipAddress = default);
new Microsoft.Azure.Management.DataFactory.Models.IntegrationRuntimeNodeIpAddress : string -> Microsoft.Azure.Management.DataFactory.Models.IntegrationRuntimeNodeIpAddress
Public Sub New (Optional ipAddress As String = Nothing)
Paramètres
- ipAddress
- String
Adresse IP du nœud runtime d’intégration auto-hébergé.
S’applique à
Azure SDK for .NET