Bagikan melalui


BackendAddressPool.TunnelInterfaces Property

Definition

Gets or sets an array of gateway load balancer tunnel interfaces.

[Newtonsoft.Json.JsonProperty(PropertyName="properties.tunnelInterfaces")]
public System.Collections.Generic.IList<Microsoft.Azure.Management.Network.Models.GatewayLoadBalancerTunnelInterface> TunnelInterfaces { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.tunnelInterfaces")>]
member this.TunnelInterfaces : System.Collections.Generic.IList<Microsoft.Azure.Management.Network.Models.GatewayLoadBalancerTunnelInterface> with get, set
Public Property TunnelInterfaces As IList(Of GatewayLoadBalancerTunnelInterface)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to