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

P2SConnectionConfiguration Class

P2SConnectionConfiguration Resource.

Variables are only populated by the server, and will be ignored when sending a request.

Constructor

P2SConnectionConfiguration(*, id: str | None = None, name: str | None = None, vpn_client_address_pool: _models.AddressSpace | None = None, routing_configuration: _models.RoutingConfiguration | None = None, enable_internet_security: bool | None = None, configuration_policy_group_associations: List[_models.SubResource] | None = None, **kwargs: Any)

Keyword-Only Parameters

Name Description
id
str

Resource ID.

Default value: None
name
str

The name of the resource that is unique within a resource group. This name can be used to access the resource.

Default value: None
vpn_client_address_pool

The reference to the address space resource which represents Address space for P2S VpnClient.

Default value: None
routing_configuration

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

Default value: None
enable_internet_security

Flag indicating whether the enable internet security flag is turned on for the P2S Connections or not.

Default value: None
configuration_policy_group_associations

List of Configuration Policy Groups that this P2SConnectionConfiguration is attached to.

Default value: None

Variables

Name Description
id
str

Resource ID.

name
str

The name of the resource that is unique within a resource group. This name can be used to access the resource.

etag
str

A unique read-only string that changes whenever the resource is updated.

vpn_client_address_pool

The reference to the address space resource which represents Address space for P2S VpnClient.

routing_configuration

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

enable_internet_security

Flag indicating whether the enable internet security flag is turned on for the P2S Connections or not.

configuration_policy_group_associations

List of Configuration Policy Groups that this P2SConnectionConfiguration is attached to.

previous_configuration_policy_group_associations

List of previous Configuration Policy Groups that this P2SConnectionConfiguration was attached to.

provisioning_state

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