Dela via


GroupIdInformation Constructors

Definition

Overloads

GroupIdInformation()

Initializes a new instance of the GroupIdInformation class.

GroupIdInformation(GroupIdInformationProperties, String, String, String)

Initializes a new instance of the GroupIdInformation class.

GroupIdInformation()

Initializes a new instance of the GroupIdInformation class.

public GroupIdInformation ();
Public Sub New ()

Applies to

GroupIdInformation(GroupIdInformationProperties, String, String, String)

Initializes a new instance of the GroupIdInformation class.

public GroupIdInformation (Microsoft.Azure.Management.DeviceProvisioningServices.Models.GroupIdInformationProperties properties, string id = default, string name = default, string type = default);
new Microsoft.Azure.Management.DeviceProvisioningServices.Models.GroupIdInformation : Microsoft.Azure.Management.DeviceProvisioningServices.Models.GroupIdInformationProperties * string * string * string -> Microsoft.Azure.Management.DeviceProvisioningServices.Models.GroupIdInformation
Public Sub New (properties As GroupIdInformationProperties, Optional id As String = Nothing, Optional name As String = Nothing, Optional type As String = Nothing)

Parameters

properties
GroupIdInformationProperties

The properties for a group information object

id
String

The resource identifier.

name
String

The resource name.

type
String

The resource type.

Applies to