共用方式為


GroupIdInformationProperties Constructors

Definition

Overloads

GroupIdInformationProperties()

Initializes a new instance of the GroupIdInformationProperties class.

GroupIdInformationProperties(String, IList<String>, IList<String>)

Initializes a new instance of the GroupIdInformationProperties class.

GroupIdInformationProperties()

Initializes a new instance of the GroupIdInformationProperties class.

public GroupIdInformationProperties ();
Public Sub New ()

Applies to

GroupIdInformationProperties(String, IList<String>, IList<String>)

Initializes a new instance of the GroupIdInformationProperties class.

public GroupIdInformationProperties (string groupId = default, System.Collections.Generic.IList<string> requiredMembers = default, System.Collections.Generic.IList<string> requiredZoneNames = default);
new Microsoft.Azure.Management.DeviceProvisioningServices.Models.GroupIdInformationProperties : string * System.Collections.Generic.IList<string> * System.Collections.Generic.IList<string> -> Microsoft.Azure.Management.DeviceProvisioningServices.Models.GroupIdInformationProperties
Public Sub New (Optional groupId As String = Nothing, Optional requiredMembers As IList(Of String) = Nothing, Optional requiredZoneNames As IList(Of String) = Nothing)

Parameters

groupId
String

The group id

requiredMembers
IList<String>

The required members for a specific group id

requiredZoneNames
IList<String>

The required DNS zones for a specific group id

Applies to