VirtualMachineNetworkInterfaceConfiguration interface
描述虚拟机网络接口配置。
属性
| name | 网络接口配置名称。 |
| properties | 描述虚拟机网络配置文件的 IP 配置。 |
| tags | 应用于此 NetworkInterfaceConfiguration 创建的 networkInterface 地址的资源标记 |
属性详细信息
name
网络接口配置名称。
name: string
属性值
string
properties
描述虚拟机网络配置文件的 IP 配置。
properties?: VirtualMachineNetworkInterfaceConfigurationProperties
属性值
tags
应用于此 NetworkInterfaceConfiguration 创建的 networkInterface 地址的资源标记
tags?: Record<string, string>
属性值
Record<string, string>