IntegrationRuntimeVNetProperties Class

VNet properties for managed integration runtime.

Inheritance
IntegrationRuntimeVNetProperties

Constructor

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

Parameters

additional_properties
dict[str, object]
Required

Unmatched properties from the message are deserialized to this collection.

v_net_id
str
Required

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

subnet
str
Required

The name of the subnet this integration runtime will join.

public_i_ps
list[str]
Required

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