IPConfigurationBgpPeeringAddress.TunnelIpAddresses Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the list of tunnel public IP addresses which belong to IP configuration.
[Newtonsoft.Json.JsonProperty(PropertyName="tunnelIpAddresses")]
public System.Collections.Generic.IList<string> TunnelIpAddresses { get; }
[<Newtonsoft.Json.JsonProperty(PropertyName="tunnelIpAddresses")>]
member this.TunnelIpAddresses : System.Collections.Generic.IList<string>
Public ReadOnly Property TunnelIpAddresses As IList(Of String)
Property Value
- Attributes
-
Newtonsoft.Json.JsonPropertyAttribute