ArmSynapseModelFactory.SynapseIntegrationRuntimeNodeIPAddress Method

Definition

Initializes a new instance of 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

Parameters

ipAddress
IPAddress

The IP address of self-hosted integration runtime node.

Returns

A new SynapseIntegrationRuntimeNodeIPAddress instance for mocking.

Applies to