次の方法で共有


GroupIdInformationResponse コンストラクター

定義

オーバーロード

GroupIdInformationResponse()

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

GroupIdInformationResponse(IList<GroupIdInformation>)

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

GroupIdInformationResponse()

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

public GroupIdInformationResponse ();
Public Sub New ()

適用対象

GroupIdInformationResponse(IList<GroupIdInformation>)

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

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

パラメーター

value
IList<GroupIdInformation>

Digital Twin で使用可能なプライベート リンク リソースの一覧。

適用対象