ArmSynapseModelFactory.SynapseIntegrationRuntimeNodeIPAddress Methode
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.
Initialisiert eine neue instance von SynapseIntegrationRuntimeNodeIPAddress.
public static Azure.ResourceManager.Synapse.Models.SynapseIntegrationRuntimeNodeIPAddress SynapseIntegrationRuntimeNodeIPAddress (System.Net.IPAddress ipAddress = default);
static member SynapseIntegrationRuntimeNodeIPAddress : System.Net.IPAddress -> Azure.ResourceManager.Synapse.Models.SynapseIntegrationRuntimeNodeIPAddress
Public Shared Function SynapseIntegrationRuntimeNodeIPAddress (Optional ipAddress As IPAddress = Nothing) As SynapseIntegrationRuntimeNodeIPAddress
Parameter
- ipAddress
- IPAddress
Die IP-Adresse des selbstgehosteten Integration Runtime-Knotens.
Gibt zurück
Eine neue SynapseIntegrationRuntimeNodeIPAddress instance zum Simulieren.