ConnectionPolicyProperties.AssociatedConnections Property

Definition

List of connection names (e.g. VpnConnection, HubVirtualNetworkConnection) associated with this ConnectionPolicy. These are resource names, not Azure resource IDs, consistent with the established VirtualWAN pattern used by HubRouteTable.associatedConnections.

public System.Collections.Generic.IReadOnlyList<string> AssociatedConnections { get; }
member this.AssociatedConnections : System.Collections.Generic.IReadOnlyList<string>
Public ReadOnly Property AssociatedConnections As IReadOnlyList(Of String)

Property Value

Applies to