IntegrationRuntimeVNetProperties interface

VNet properties for managed integration runtime.

Properties

publicIPs

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

subnet

The name of the subnet this integration runtime will join.

subnetId

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

vNetId

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

Property Details

publicIPs

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

publicIPs?: string[]

Property Value

string[]

subnet

The name of the subnet this integration runtime will join.

subnet?: string

Property Value

string

subnetId

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

subnetId?: string

Property Value

string

vNetId

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

vNetId?: string

Property Value

string