IpConfigurationPublicIPAddressConfiguration interface
The public IP address configuration of the network interface.
Properties
ip |
Specifies the list of IP tags associated with the public IP address. |
name | Name of the network interface. |
public |
Specifies whether the IP configuration's public IP is IPv4 or IPv6. Default is IPv4. |
Property Details
ipTags
Specifies the list of IP tags associated with the public IP address.
ipTags?: IpTag[]
Property Value
IpTag[]
name
Name of the network interface.
name: string
Property Value
string
publicIPAddressVersion
Specifies whether the IP configuration's public IP is IPv4 or IPv6. Default is IPv4.
publicIPAddressVersion?: 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