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

SecurityPartnerProvider Class

Security Partner Provider resource.

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

Inheritance
azure.mgmt.network.models._models_py3.Resource
SecurityPartnerProvider

Constructor

SecurityPartnerProvider(*, id: str | None = None, location: str | None = None, tags: Dict[str, str] | None = None, security_provider_name: str | _models.SecurityProviderName | None = None, virtual_hub: _models.SubResource | None = None, **kwargs: Any)

Keyword-Only Parameters

Name Description
id
str

Resource ID.

location
str

Resource location.

tags

Resource tags.

security_provider_name

The security provider name. Known values are: "ZScaler", "IBoss", and "Checkpoint".

virtual_hub

The virtualHub to which the Security Partner Provider belongs.

Variables

Name Description
id
str

Resource ID.

name
str

Resource name.

type
str

Resource type.

location
str

Resource location.

tags

Resource tags.

etag
str

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

provisioning_state

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

security_provider_name

The security provider name. Known values are: "ZScaler", "IBoss", and "Checkpoint".

connection_status

The connection status with the Security Partner Provider. Known values are: "Unknown", "PartiallyConnected", "Connected", and "NotConnected".

virtual_hub

The virtualHub to which the Security Partner Provider belongs.