IntegrationRuntimeVNetProperties Class

VNet properties for managed integration runtime.

Inheritance
IntegrationRuntimeVNetProperties

Constructor

IntegrationRuntimeVNetProperties(*, additional_properties: Optional[Dict[str, Any]] = None, v_net_id: Optional[str] = None, subnet: Optional[str] = None, public_i_ps: Optional[List[str]] = None, subnet_id: Optional[str] = None, **kwargs)

Variables

additional_properties
dict[str, any]

Unmatched properties from the message are deserialized to this collection.

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
list[str]

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.