Package version:

Interface IntegrationRuntimeCustomerVirtualNetwork

The definition and properties of virtual network to which Azure-SSIS integration runtime will join.

interface IntegrationRuntimeCustomerVirtualNetwork {
    subnetId?: string;
}

Properties

Properties

subnetId?: string

The ID of subnet to which Azure-SSIS integration runtime will join.