IntegrationRuntimeVNetPropertiesResponse

data class IntegrationRuntimeVNetPropertiesResponse(val publicIPs: List<String>? = null, val subnet: String? = null, val subnetId: String? = null, val vNetId: String? = null)

VNet properties for managed integration runtime.

Constructors

Link copied to clipboard
constructor(publicIPs: List<String>? = null, subnet: String? = null, subnetId: String? = null, vNetId: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val publicIPs: List<String>? = null

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

Link copied to clipboard
val subnet: String? = null

The name of the subnet this integration runtime will join.

Link copied to clipboard
val subnetId: String? = null

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

Link copied to clipboard
val vNetId: String? = null

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