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

RemotePrivateEndpointConnectionWrapper 构造函数

定义

重载

RemotePrivateEndpointConnectionWrapper()

初始化 RemotePrivateEndpointConnectionWrapper 类的新实例。

RemotePrivateEndpointConnectionWrapper(PrivateLinkServiceConnectionState, String, String, String, ArmIdWrapper, String, IList<String>)

初始化 RemotePrivateEndpointConnectionWrapper 类的新实例。

RemotePrivateEndpointConnectionWrapper()

初始化 RemotePrivateEndpointConnectionWrapper 类的新实例。

public RemotePrivateEndpointConnectionWrapper ();
Public Sub New ()

适用于

RemotePrivateEndpointConnectionWrapper(PrivateLinkServiceConnectionState, String, String, String, ArmIdWrapper, String, IList<String>)

初始化 RemotePrivateEndpointConnectionWrapper 类的新实例。

public RemotePrivateEndpointConnectionWrapper (Microsoft.Azure.Management.ApiManagement.Models.PrivateLinkServiceConnectionState privateLinkServiceConnectionState, string id = default, string name = default, string type = default, Microsoft.Azure.Management.ApiManagement.Models.ArmIdWrapper privateEndpoint = default, string provisioningState = default, System.Collections.Generic.IList<string> groupIds = default);
new Microsoft.Azure.Management.ApiManagement.Models.RemotePrivateEndpointConnectionWrapper : Microsoft.Azure.Management.ApiManagement.Models.PrivateLinkServiceConnectionState * string * string * string * Microsoft.Azure.Management.ApiManagement.Models.ArmIdWrapper * string * System.Collections.Generic.IList<string> -> Microsoft.Azure.Management.ApiManagement.Models.RemotePrivateEndpointConnectionWrapper
Public Sub New (privateLinkServiceConnectionState As PrivateLinkServiceConnectionState, Optional id As String = Nothing, Optional name As String = Nothing, Optional type As String = Nothing, Optional privateEndpoint As ArmIdWrapper = Nothing, Optional provisioningState As String = Nothing, Optional groupIds As IList(Of String) = Nothing)

参数

privateLinkServiceConnectionState
PrivateLinkServiceConnectionState

有关服务使用者与提供程序之间的连接状态的信息集合。

id
String

专用终结点连接资源 ID

name
String

专用终结点连接名称

type
String

专用终结点连接资源类型

privateEndpoint
ArmIdWrapper

专用终结点的资源。

provisioningState
String

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

groupIds
IList<String>

所有组 ID。

适用于