你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
NetworkInterfaceProperties interface
网络接口的属性。
属性
dns |
DNS 名称。 |
private |
专用 IP 地址。 |
public |
公共 IP 地址。 |
public |
公共 IP 地址的资源 ID。 |
rdp |
RdpAuthority 属性是服务器 DNS 主机名或 IP 地址,后跟 RDP (远程桌面协议) 的服务端口号。 |
shared |
用于跨多个虚拟机共享公共 IP 地址的配置。 |
ssh |
SshAuthority 属性是服务器 DNS 主机名或 IP 地址,后跟 SSH 的服务端口号。 |
subnet |
子网络的资源 ID。 |
virtual |
虚拟网络的资源 ID。 |
属性详细信息
dnsName
DNS 名称。
dnsName?: string
属性值
string
privateIpAddress
专用 IP 地址。
privateIpAddress?: string
属性值
string
publicIpAddress
公共 IP 地址。
publicIpAddress?: string
属性值
string
publicIpAddressId
公共 IP 地址的资源 ID。
publicIpAddressId?: string
属性值
string
rdpAuthority
RdpAuthority 属性是服务器 DNS 主机名或 IP 地址,后跟 RDP (远程桌面协议) 的服务端口号。
rdpAuthority?: string
属性值
string
sharedPublicIpAddressConfiguration
用于跨多个虚拟机共享公共 IP 地址的配置。
sharedPublicIpAddressConfiguration?: SharedPublicIpAddressConfiguration
属性值
sshAuthority
SshAuthority 属性是服务器 DNS 主机名或 IP 地址,后跟 SSH 的服务端口号。
sshAuthority?: string
属性值
string
subnetId
子网络的资源 ID。
subnetId?: string
属性值
string
virtualNetworkId
虚拟网络的资源 ID。
virtualNetworkId?: string
属性值
string