次の方法で共有


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))

パラメーター

適用対象