次の方法で共有


PrivateLinkResources コンストラクター

定義

オーバーロード

PrivateLinkResources()

PrivateLinkResources クラスの新しいインスタンスを初期化します。

PrivateLinkResources(IList<GroupIdInformation>)

PrivateLinkResources クラスの新しいインスタンスを初期化します。

PrivateLinkResources()

PrivateLinkResources クラスの新しいインスタンスを初期化します。

public PrivateLinkResources ();
Public Sub New ()

適用対象

PrivateLinkResources(IList<GroupIdInformation>)

PrivateLinkResources クラスの新しいインスタンスを初期化します。

public PrivateLinkResources (System.Collections.Generic.IList<Microsoft.Azure.Management.DeviceProvisioningServices.Models.GroupIdInformation> value = default);
new Microsoft.Azure.Management.DeviceProvisioningServices.Models.PrivateLinkResources : System.Collections.Generic.IList<Microsoft.Azure.Management.DeviceProvisioningServices.Models.GroupIdInformation> -> Microsoft.Azure.Management.DeviceProvisioningServices.Models.PrivateLinkResources
Public Sub New (Optional value As IList(Of GroupIdInformation) = Nothing)

パラメーター

value
IList<GroupIdInformation>

プロビジョニング サービスで使用可能なプライベート リンク リソースの一覧

適用対象