VirtualMachineNetworkInterfaceConfiguration interface
Describes a virtual machine network interface configurations.
Properties
| name | The network interface configuration name. |
| properties | Describes a virtual machine network profile's IP configuration. |
| tags | Resource tags applied to the networkInterface address created by this NetworkInterfaceConfiguration |
Property Details
name
The network interface configuration name.
name: string
Property Value
string
properties
Describes a virtual machine network profile's IP configuration.
properties?: VirtualMachineNetworkInterfaceConfigurationProperties
Property Value
tags
Resource tags applied to the networkInterface address created by this NetworkInterfaceConfiguration
tags?: Record<string, string>
Property Value
Record<string, string>