NetworkConfiguration interface
Describes the network configuration of a machine.
Properties
default |
Default IPv4 gateways. |
dns |
DNS names associated with the machine. |
ipv4Interfaces | IPv4 interfaces. |
ipv6Interfaces | IPv6 interfaces. |
mac |
MAC addresses of all active network interfaces. |
Property Details
defaultIpv4Gateways
Default IPv4 gateways.
defaultIpv4Gateways?: string[]
Property Value
string[]
dnsNames
DNS names associated with the machine.
dnsNames?: string[]
Property Value
string[]
ipv4Interfaces
ipv6Interfaces
macAddresses
MAC addresses of all active network interfaces.
macAddresses?: string[]
Property Value
string[]
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for JavaScript