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

PrivateLinkResourcesWrapper 构造函数

定义

重载

PrivateLinkResourcesWrapper()

初始化 PrivateLinkResourcesWrapper 类的新实例。

PrivateLinkResourcesWrapper(IList<PrivateLinkResource>)

初始化 PrivateLinkResourcesWrapper 类的新实例。

PrivateLinkResourcesWrapper()

初始化 PrivateLinkResourcesWrapper 类的新实例。

public PrivateLinkResourcesWrapper ();
Public Sub New ()

适用于

PrivateLinkResourcesWrapper(IList<PrivateLinkResource>)

初始化 PrivateLinkResourcesWrapper 类的新实例。

public PrivateLinkResourcesWrapper (System.Collections.Generic.IList<Microsoft.Azure.Management.DataFactory.Models.PrivateLinkResource> value);
new Microsoft.Azure.Management.DataFactory.Models.PrivateLinkResourcesWrapper : System.Collections.Generic.IList<Microsoft.Azure.Management.DataFactory.Models.PrivateLinkResource> -> Microsoft.Azure.Management.DataFactory.Models.PrivateLinkResourcesWrapper
Public Sub New (value As IList(Of PrivateLinkResource))

参数

适用于