Share via


VirtualHubInner.VirtualNetworkConnections Property

Definition

Gets or sets list of all vnet connections with this VirtualHub.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to