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

ConnectivityConfigurationPropertiesConnectivityCapabilities Class

Collection of additional settings to enhance specific topology behaviors of the connectivity configuration resource.

All required parameters must be populated in order to send to server.

Constructor

ConnectivityConfigurationPropertiesConnectivityCapabilities(*, connected_group_private_endpoints_scale: str | _models.ConnectedGroupPrivateEndpointsScale = 'Standard', connected_group_address_overlap: str | _models.ConnectedGroupAddressOverlap = 'Allowed', peering_enforcement: str | _models.PeeringEnforcement = 'Unenforced', **kwargs: Any)

Keyword-Only Parameters

Name Description
connected_group_private_endpoints_scale

Option indicating the scale of private endpoints allowed in the connected group of the connectivity configuration. Known values are: "Standard" and "HighScale".

Default value: Standard
connected_group_address_overlap

Behavior to handle overlapped IP address space among members of the connected group of the connectivity configuration. Known values are: "Allowed" and "Disallowed".

Default value: Allowed
peering_enforcement

Option indicating enforcement of peerings created by the connectivity configuration. Known values are: "Unenforced" and "Enforced".

Default value: Unenforced

Variables

Name Description
connected_group_private_endpoints_scale

Option indicating the scale of private endpoints allowed in the connected group of the connectivity configuration. Known values are: "Standard" and "HighScale".

connected_group_address_overlap

Behavior to handle overlapped IP address space among members of the connected group of the connectivity configuration. Known values are: "Allowed" and "Disallowed".

peering_enforcement

Option indicating enforcement of peerings created by the connectivity configuration. Known values are: "Unenforced" and "Enforced".