ConnectionPolicyProperties.AssociatedConnections 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.
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)