Network Profile Args
data class NetworkProfileArgs(val circuitId: Output<String>? = null, val networkInterfaces: Output<List<NetworkInterfaceArgs>>? = null) : ConvertibleToJava<NetworkProfileArgs>
Specifies the network settings for the Azure Bare Metal Instance disks.
Constructors
Link copied to clipboard
constructor(circuitId: Output<String>? = null, networkInterfaces: Output<List<NetworkInterfaceArgs>>? = null)