你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
PrivateEndpointConnection 类
专用终结点连接资源。
变量仅由服务器填充,发送请求时将被忽略。
- 继承
-
azure.mgmt.storage.v2022_05_01.models._models_py3.ResourcePrivateEndpointConnection
构造函数
PrivateEndpointConnection(*, private_endpoint: _models.PrivateEndpoint | None = None, private_link_service_connection_state: _models.PrivateLinkServiceConnectionState | None = None, **kwargs)
变量
- id
- str
资源的完全限定的资源 ID。 例如 - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}。
- name
- str
资源的名称。
- type
- str
资源类型。 例如“Microsoft.Compute/virtualMachines”或“Microsoft.Storage/storageAccounts”。
- private_endpoint
- PrivateEndpoint
专用终结点的资源。
- private_link_service_connection_state
- PrivateLinkServiceConnectionState
有关服务使用者与提供程序之间的连接状态的信息集合。
- provisioning_state
- str 或 PrivateEndpointConnectionProvisioningState
专用终结点连接资源的预配状态。 已知值为:“Succeeded”、“Creating”、“Deleting”和“Failed”。