IntegrationRuntimeManagedVnetIntegrationArgs

data class IntegrationRuntimeManagedVnetIntegrationArgs(val subnetName: Output<String>, val vnetId: Output<String>) : ConvertibleToJava<IntegrationRuntimeManagedVnetIntegrationArgs>

Constructors

constructor(subnetName: Output<String>, vnetId: Output<String>)

Properties

Link copied to clipboard
val subnetName: Output<String>

Name of the subnet to which the nodes of the Managed Integration Runtime will be added.

Link copied to clipboard
val vnetId: Output<String>

ID of the virtual network to which the nodes of the Managed Integration Runtime will be added.

Functions

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