ConnectionPolicyProperties interface

Properties of the ConnectionPolicy resource.

Properties

associatedConnections

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.

enableInternetSecurity

Enable internet security.

provisioningState

The provisioning state of the ConnectionPolicy resource.

routingConfiguration

The Routing Configuration indicating the associated and propagated route tables on this connection.

Property Details

associatedConnections

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.

associatedConnections?: string[]

Property Value

string[]

enableInternetSecurity

Enable internet security.

enableInternetSecurity?: boolean

Property Value

boolean

provisioningState

The provisioning state of the ConnectionPolicy resource.

provisioningState?: string

Property Value

string

routingConfiguration

The Routing Configuration indicating the associated and propagated route tables on this connection.

routingConfiguration?: RoutingConfiguration

Property Value