IntegrationRuntimeVNetProperties Class

Definition

VNet properties for managed integration runtime.

public class IntegrationRuntimeVNetProperties
type IntegrationRuntimeVNetProperties = class
Public Class IntegrationRuntimeVNetProperties
Inheritance
IntegrationRuntimeVNetProperties

Constructors

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.

Properties

AdditionalProperties

Gets or sets unmatched properties from the message are deserialized this collection

PublicIPs

Gets or sets resource IDs of the public IP addresses that this integration runtime will use.

Subnet

Gets or sets the name of the subnet this integration runtime will join.

SubnetId

Gets or sets the ID of subnet, to which this Azure-SSIS integration runtime will be joined.

VNetId

Gets or sets the ID of the VNet that this integration runtime will join.

Applies to