Partager via


GroupIdInformation Constructeurs

Définition

Surcharges

GroupIdInformation()

Initialise une nouvelle instance de la classe GroupIdInformation.

GroupIdInformation(GroupIdInformationProperties, String, String, String)

Initialise une nouvelle instance de la classe GroupIdInformation.

GroupIdInformation()

Initialise une nouvelle instance de la classe GroupIdInformation.

public GroupIdInformation ();
Public Sub New ()

S’applique à

GroupIdInformation(GroupIdInformationProperties, String, String, String)

Initialise une nouvelle instance de la classe GroupIdInformation.

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

Paramètres

id
String

Identificateur de ressource.

name
String

Nom de la ressource.

type
String

Type de ressource.

S’applique à