VirtualMachinePropertiesNetworkProfileArgs

data class VirtualMachinePropertiesNetworkProfileArgs(val networkInterfaces: Output<List<VirtualMachinePropertiesNetworkInterfacesArgs>>? = null) : ConvertibleToJava<VirtualMachinePropertiesNetworkProfileArgs>

NetworkProfile - describes the network configuration the virtual machine

Constructors

constructor(networkInterfaces: Output<List<VirtualMachinePropertiesNetworkInterfacesArgs>>? = null)

Properties

Link copied to clipboard

NetworkInterfaces - list of network interfaces to be attached to the virtual machine

Functions

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