Package version:

Interface IntegrationRuntimeVNetProperties

VNet properties for managed integration runtime.

interface IntegrationRuntimeVNetProperties {
    publicIPs?: string[];
    subnet?: string;
    subnetId?: string;
    vNetId?: string;
    [property: string]: any;
}

Indexable

  • [property: string]: any

    Describes unknown properties. The value of an unknown property can be of "any" type.

Properties

publicIPs?: string[]

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

subnet?: string

The name of the subnet this integration runtime will join.

subnetId?: string

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

vNetId?: string

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