IntegrationRuntimeSsisVnetIntegration

data class IntegrationRuntimeSsisVnetIntegration(val publicIps: List<String>? = null, val subnetId: String? = null, val subnetName: String? = null, val vnetId: String? = null)

Constructors

Link copied to clipboard
constructor(publicIps: List<String>? = null, subnetId: String? = null, subnetName: String? = null, vnetId: String? = null)

Types

Link copied to clipboard
object Companion

Properties

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

Static public IP addresses for the Azure-SSIS Integration Runtime. The size must be 2.

Link copied to clipboard
val subnetId: String? = null

id of the subnet to which the nodes of the Azure-SSIS Integration Runtime will be added.

Link copied to clipboard
val subnetName: String? = null

Name of the subnet to which the nodes of the Azure-SSIS Integration Runtime will be added.

Link copied to clipboard
val vnetId: String? = null

ID of the virtual network to which the nodes of the Azure-SSIS Integration Runtime will be added.