共用方式為


GroupIdInformationResponse Constructors

Definition

Overloads

GroupIdInformationResponse()

Initializes a new instance of the GroupIdInformationResponse class.

GroupIdInformationResponse(IList<GroupIdInformation>)

Initializes a new instance of the GroupIdInformationResponse class.

GroupIdInformationResponse()

Initializes a new instance of the GroupIdInformationResponse class.

public GroupIdInformationResponse ();
Public Sub New ()

Applies to

GroupIdInformationResponse(IList<GroupIdInformation>)

Initializes a new instance of the GroupIdInformationResponse class.

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)

Parameters

value
IList<GroupIdInformation>

The list of available private link resources for a Digital Twin.

Applies to