IntegrationRuntimeVNetProperties Class

VNet properties for managed integration runtime.

Constructor

IntegrationRuntimeVNetProperties(*args: Any, **kwargs: Any)

Variables

Name Description
v_net_id
str

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

subnet
str

The name of the subnet this integration runtime will join.

public_i_ps

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

subnet_id
str

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

Attributes

public_i_ps

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

public_i_ps: list[str] | None

subnet

The name of the subnet this integration runtime will join.

subnet: str | None

subnet_id

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

subnet_id: str | None

v_net_id

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

v_net_id: str | None