你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

ConnectionPolicyProperties Class

Properties of the ConnectionPolicy resource.

Constructor

ConnectionPolicyProperties(*args: Any, **kwargs: Any)

Variables

Name Description
enable_internet_security

Enable internet security.

routing_configuration

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

provisioning_state

The provisioning state of the ConnectionPolicy resource. Known values are: "Failed", "Succeeded", "Canceled", "Creating", "Updating", and "Deleting".

associated_connections

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.

Attributes

associated_connections

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.

associated_connections: list[str] | None

enable_internet_security

Enable internet security.

enable_internet_security: bool | None

provisioning_state

"Failed", "Succeeded", "Canceled", "Creating", "Updating", and "Deleting".

provisioning_state: str | _models.ProvisioningState | None

routing_configuration

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

routing_configuration: _models.RoutingConfiguration | None