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

PrivateEndpointConnection 类

定义

PrivateEndpointConnection 资源。

[Microsoft.Rest.Serialization.JsonTransformation]
public class PrivateEndpointConnection : Microsoft.Azure.Management.Network.Models.SubResource
[<Microsoft.Rest.Serialization.JsonTransformation>]
type PrivateEndpointConnection = class
    inherit SubResource
Public Class PrivateEndpointConnection
Inherits SubResource
继承
PrivateEndpointConnection
属性

构造函数

PrivateEndpointConnection()

初始化 PrivateEndpointConnection 类的新实例。

PrivateEndpointConnection(String, PrivateEndpoint, PrivateLinkServiceConnectionState, String, String, String, String, String)

初始化 PrivateEndpointConnection 类的新实例。

属性

Etag

获取一个唯一的只读字符串,该字符串在资源更新时会更改。

Id

获取或设置资源 ID。

(继承自 SubResource)
LinkIdentifier

获取使用者链接 ID。

Name

获取或设置资源组中唯一的资源的名称。 此名称可用于访问资源。

PrivateEndpoint

获取专用终结点的资源。

PrivateLinkServiceConnectionState

获取或设置有关服务使用者和提供程序之间的连接状态的信息集合。

ProvisioningState

获取专用终结点连接资源的预配状态。 可能的值包括:“Succeeded”、“Updateing”、“删除”、“Failed”

Type

获取资源类型。

适用于