ConnectionPolicyProperties interface
Properties of the ConnectionPolicy resource.
Properties
| associated |
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. |
| enable |
Enable internet security. |
| provisioning |
The provisioning state of the ConnectionPolicy resource. |
| routing |
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