NetworkProfile interface
Specifies the network interfaces or the networking configuration of the virtual machine.
Properties
network |
specifies the Microsoft.Network API version used when creating networking resources in the Network Interface Configurations |
network |
Specifies the networking configurations that will be used to create the virtual machine networking resources. |
network |
Specifies the list of resource Ids for the network interfaces associated with the virtual machine. |
Property Details
networkApiVersion
specifies the Microsoft.Network API version used when creating networking resources in the Network Interface Configurations
networkApiVersion?: string
Property Value
string
networkInterfaceConfigurations
Specifies the networking configurations that will be used to create the virtual machine networking resources.
networkInterfaceConfigurations?: VirtualMachineNetworkInterfaceConfiguration[]
Property Value
networkInterfaces
Specifies the list of resource Ids for the network interfaces associated with the virtual machine.
networkInterfaces?: NetworkInterfaceReference[]