IntegrationRuntimeVNetProperties Constructors

Definition

Overloads

IntegrationRuntimeVNetProperties()

Initializes a new instance of the IntegrationRuntimeVNetProperties class.

IntegrationRuntimeVNetProperties(IDictionary<String,Object>, String, String, IList<String>, String)

Initializes a new instance of the IntegrationRuntimeVNetProperties class.

IntegrationRuntimeVNetProperties()

Initializes a new instance of the IntegrationRuntimeVNetProperties class.

public IntegrationRuntimeVNetProperties ();
Public Sub New ()

Applies to

IntegrationRuntimeVNetProperties(IDictionary<String,Object>, String, String, IList<String>, String)

Initializes a new instance of the IntegrationRuntimeVNetProperties class.

public IntegrationRuntimeVNetProperties (System.Collections.Generic.IDictionary<string,object> additionalProperties = default, string vNetId = default, string subnet = default, System.Collections.Generic.IList<string> publicIPs = default, string subnetId = default);
new Microsoft.Azure.Management.DataFactory.Models.IntegrationRuntimeVNetProperties : System.Collections.Generic.IDictionary<string, obj> * string * string * System.Collections.Generic.IList<string> * string -> Microsoft.Azure.Management.DataFactory.Models.IntegrationRuntimeVNetProperties
Public Sub New (Optional additionalProperties As IDictionary(Of String, Object) = Nothing, Optional vNetId As String = Nothing, Optional subnet As String = Nothing, Optional publicIPs As IList(Of String) = Nothing, Optional subnetId As String = Nothing)

Parameters

additionalProperties
IDictionary<String,Object>

Unmatched properties from the message are deserialized this collection

vNetId
String

The ID of the VNet that this integration runtime will join.

subnet
String

The name of the subnet this integration runtime will join.

publicIPs
IList<String>

Resource IDs of the public IP addresses that this integration runtime will use.

subnetId
String

The ID of subnet, to which this Azure-SSIS integration runtime will be joined.

Applies to