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

ResourceManagementPrivateLinkEndpointConnections 构造函数

定义

重载

ResourceManagementPrivateLinkEndpointConnections()

初始化 ResourceManagementPrivateLinkEndpointConnections 类的新实例。

ResourceManagementPrivateLinkEndpointConnections(IList<String>)

初始化 ResourceManagementPrivateLinkEndpointConnections 类的新实例。

ResourceManagementPrivateLinkEndpointConnections()

初始化 ResourceManagementPrivateLinkEndpointConnections 类的新实例。

public ResourceManagementPrivateLinkEndpointConnections ();
Public Sub New ()

适用于

ResourceManagementPrivateLinkEndpointConnections(IList<String>)

初始化 ResourceManagementPrivateLinkEndpointConnections 类的新实例。

public ResourceManagementPrivateLinkEndpointConnections (System.Collections.Generic.IList<string> privateEndpointConnections = default);
new Microsoft.Azure.Management.ResourceManager.Models.ResourceManagementPrivateLinkEndpointConnections : System.Collections.Generic.IList<string> -> Microsoft.Azure.Management.ResourceManager.Models.ResourceManagementPrivateLinkEndpointConnections
Public Sub New (Optional privateEndpointConnections As IList(Of String) = Nothing)

参数

privateEndpointConnections
IList<String>

专用终结点连接。

适用于