IntegrationRuntimeVNetProperties interface
VNet properties for managed integration runtime.
Properties
| public |
Resource IDs of the public IP addresses that this integration runtime will use. |
| subnet | The name of the subnet this integration runtime will join. |
| v |
The ID of the VNet that this integration runtime will join. |
Property Details
publicIPs
Resource IDs of the public IP addresses that this integration runtime will use.
publicIPs?: string[]
Property Value
string[]
subnet
The name of the subnet this integration runtime will join.
subnet?: string
Property Value
string
vNetId
The ID of the VNet that this integration runtime will join.
vNetId?: string
Property Value
string