ACIServiceResponseResponseVnetConfiguration

data class ACIServiceResponseResponseVnetConfiguration(val subnetName: String? = null, val vnetName: String? = null)

The virtual network configuration.

Constructors

constructor(subnetName: String? = null, vnetName: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val subnetName: String? = null

The name of the virtual network subnet.

Link copied to clipboard
val vnetName: String? = null

The name of the virtual network.