ACIServiceCreateRequestVnetConfigurationArgs

data class ACIServiceCreateRequestVnetConfigurationArgs(val subnetName: Output<String>? = null, val vnetName: Output<String>? = null) : ConvertibleToJava<ACIServiceCreateRequestVnetConfigurationArgs>

The virtual network configuration.

Constructors

constructor(subnetName: Output<String>? = null, vnetName: Output<String>? = null)

Properties

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

The name of the virtual network subnet.

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

The name of the virtual network.

Functions

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