IntegrationRuntimeCustomerVirtualNetworkArgs

data class IntegrationRuntimeCustomerVirtualNetworkArgs(val subnetId: Output<String>? = null) : ConvertibleToJava<IntegrationRuntimeCustomerVirtualNetworkArgs>

The definition and properties of virtual network to which Azure-SSIS integration runtime will join.

Constructors

constructor(subnetId: Output<String>? = null)

Properties

Link copied to clipboard
val subnetId: Output<String>? = null

The ID of subnet to which Azure-SSIS integration runtime will join.

Functions

Link copied to clipboard
open override fun toJava(): IntegrationRuntimeCustomerVirtualNetworkArgs