IntegrationRuntimeVNetProperties Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
IntegrationRuntimeVNetProperties() |
Initializes a new instance of the IntegrationRuntimeVNetProperties class. |
IntegrationRuntimeVNetProperties(IDictionary<String,Object>, String, String, IList<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>)
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);
new Microsoft.Azure.Management.Synapse.Models.IntegrationRuntimeVNetProperties : System.Collections.Generic.IDictionary<string, obj> * string * string * System.Collections.Generic.IList<string> -> Microsoft.Azure.Management.Synapse.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)
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.
Resource IDs of the public IP addresses that this integration runtime will use.
Applies to
Azure SDK for .NET