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