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

PrivateEndpointConnection 构造函数

定义

重载

PrivateEndpointConnection()

初始化 PrivateEndpointConnection 类的新实例。

PrivateEndpointConnection(PrivateEndpoint, PrivateLinkServiceConnectionState, String)

初始化 PrivateEndpointConnection 类的新实例。

PrivateEndpointConnection()

初始化 PrivateEndpointConnection 类的新实例。

public PrivateEndpointConnection ();
Public Sub New ()

适用于

PrivateEndpointConnection(PrivateEndpoint, PrivateLinkServiceConnectionState, String)

初始化 PrivateEndpointConnection 类的新实例。

public PrivateEndpointConnection (Microsoft.Azure.Management.KeyVault.Models.PrivateEndpoint privateEndpoint = default, Microsoft.Azure.Management.KeyVault.Models.PrivateLinkServiceConnectionState privateLinkServiceConnectionState = default, string provisioningState = default);
new Microsoft.Azure.Management.KeyVault.Models.PrivateEndpointConnection : Microsoft.Azure.Management.KeyVault.Models.PrivateEndpoint * Microsoft.Azure.Management.KeyVault.Models.PrivateLinkServiceConnectionState * string -> Microsoft.Azure.Management.KeyVault.Models.PrivateEndpointConnection
Public Sub New (Optional privateEndpoint As PrivateEndpoint = Nothing, Optional privateLinkServiceConnectionState As PrivateLinkServiceConnectionState = Nothing, Optional provisioningState As String = Nothing)

参数

privateEndpoint
PrivateEndpoint

专用终结点对象的属性。

privateLinkServiceConnectionState
PrivateLinkServiceConnectionState

专用链接连接的审批状态。

provisioningState
String

专用终结点连接的预配状态。 可能的值包括:“Succeeded”、“Creating”、“Updating”、“Deleting”、“Failed”、“Disconnected”

适用于