Udostępnij za pośrednictwem


RouteMap.AssociatedOutboundConnections Property

Definition

Gets or sets list of connections which have this RoutMap associated for outbound traffic.

[Newtonsoft.Json.JsonProperty(PropertyName="properties.associatedOutboundConnections")]
public System.Collections.Generic.IList<string> AssociatedOutboundConnections { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.associatedOutboundConnections")>]
member this.AssociatedOutboundConnections : System.Collections.Generic.IList<string> with get, set
Public Property AssociatedOutboundConnections As IList(Of String)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to