通过


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

PrivateEndpointConnection interface

包含有关专用链接资源的信息。

扩展

属性

etag

资源的 ETag,用于并发语句。

groupIds

该值有一个组 ID,只有一个组 ID。

privateEndpoint

专用终结点连接的专用终结点。

privateLinkServiceConnectionState

专用终结点连接的专用链接服务连接状态。

provisioningState

专用终结点连接的预配状态。

tags

资源的标记。

继承属性

id

资源的完全限定资源 ID。 示例 - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}

name

资源的名称

systemData

包含 createdBy 和 modifiedBy 信息的 Azure 资源管理器元数据。

type

资源的类型。 例如“Microsoft.Compute/virtualMachines”或“Microsoft.Storage/storageAccounts”

属性详细信息

etag

资源的 ETag,用于并发语句。

etag?: string

属性值

string

groupIds

该值有一个组 ID,只有一个组 ID。

groupIds?: string[]

属性值

string[]

privateEndpoint

专用终结点连接的专用终结点。

privateEndpoint?: PrivateEndpoint

属性值

privateLinkServiceConnectionState

专用终结点连接的专用链接服务连接状态。

privateLinkServiceConnectionState?: PrivateLinkServiceConnectionState

属性值

provisioningState

专用终结点连接的预配状态。

provisioningState?: PrivateEndpointConnectionProvisioningState

属性值

tags

资源的标记。

tags?: Record<string, string>

属性值

Record<string, string>

继承属性详细信息

id

资源的完全限定资源 ID。 示例 - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}

id?: string

属性值

string

继承自 ProxyResource.id

name

资源的名称

name?: string

属性值

string

继承自 ProxyResource.name

systemData

包含 createdBy 和 modifiedBy 信息的 Azure 资源管理器元数据。

systemData?: SystemData

属性值

继承自ProxyResource.systemData

type

资源的类型。 例如“Microsoft.Compute/virtualMachines”或“Microsoft.Storage/storageAccounts”

type?: string

属性值

string

继承自ProxyResource.type