IntegrationRuntimeNodeIpAddress Konstruktoren
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Überlädt
IntegrationRuntimeNodeIpAddress() |
Initialisiert eine neue instance der IntegrationRuntimeNodeIpAddress-Klasse. |
IntegrationRuntimeNodeIpAddress(String) |
Initialisiert eine neue instance der IntegrationRuntimeNodeIpAddress-Klasse. |
IntegrationRuntimeNodeIpAddress()
Initialisiert eine neue instance der IntegrationRuntimeNodeIpAddress-Klasse.
public IntegrationRuntimeNodeIpAddress ();
Public Sub New ()
Gilt für:
IntegrationRuntimeNodeIpAddress(String)
Initialisiert eine neue instance der IntegrationRuntimeNodeIpAddress-Klasse.
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)
Parameter
- ipAddress
- String
Die IP-Adresse des selbstgehosteten Integration Runtime-Knotens.
Gilt für:
Azure SDK for .NET