NetworkInterfaceProperties interface
Properties of a network interface.
Properties
dns |
The DNS name. |
private |
The private IP address. |
public |
The public IP address. |
public |
The resource ID of the public IP address. |
rdp |
The RdpAuthority property is a server DNS host name or IP address followed by the service port number for RDP (Remote Desktop Protocol). |
shared |
The configuration for sharing a public IP address across multiple virtual machines. |
ssh |
The SshAuthority property is a server DNS host name or IP address followed by the service port number for SSH. |
subnet |
The resource ID of the sub net. |
virtual |
The resource ID of the virtual network. |
Property Details
dnsName
The DNS name.
dnsName?: string
Property Value
string
privateIpAddress
The private IP address.
privateIpAddress?: string
Property Value
string
publicIpAddress
The public IP address.
publicIpAddress?: string
Property Value
string
publicIpAddressId
The resource ID of the public IP address.
publicIpAddressId?: string
Property Value
string
rdpAuthority
The RdpAuthority property is a server DNS host name or IP address followed by the service port number for RDP (Remote Desktop Protocol).
rdpAuthority?: string
Property Value
string
sharedPublicIpAddressConfiguration
The configuration for sharing a public IP address across multiple virtual machines.
sharedPublicIpAddressConfiguration?: SharedPublicIpAddressConfiguration
Property Value
sshAuthority
The SshAuthority property is a server DNS host name or IP address followed by the service port number for SSH.
sshAuthority?: string
Property Value
string
subnetId
The resource ID of the sub net.
subnetId?: string
Property Value
string
virtualNetworkId
The resource ID of the virtual network.
virtualNetworkId?: string
Property Value
string