Partager via


IoTRole Constructeurs

Définition

Surcharges

IoTRole()

Initialise une nouvelle instance de la classe IoTRole.

IoTRole(String, IoTDeviceInfo, IoTDeviceInfo, String, String, String, String, IList<MountPointMap>)

Initialise une nouvelle instance de la classe IoTRole.

IoTRole()

Initialise une nouvelle instance de la classe IoTRole.

public IoTRole ();
Public Sub New ()

S’applique à

IoTRole(String, IoTDeviceInfo, IoTDeviceInfo, String, String, String, String, IList<MountPointMap>)

Initialise une nouvelle instance de la classe IoTRole.

public IoTRole (string hostPlatform, Microsoft.Azure.Management.EdgeGateway.Models.IoTDeviceInfo ioTDeviceDetails, Microsoft.Azure.Management.EdgeGateway.Models.IoTDeviceInfo ioTEdgeDeviceDetails, string roleStatus, string id = default, string name = default, string type = default, System.Collections.Generic.IList<Microsoft.Azure.Management.EdgeGateway.Models.MountPointMap> shareMappings = default);
new Microsoft.Azure.Management.EdgeGateway.Models.IoTRole : string * Microsoft.Azure.Management.EdgeGateway.Models.IoTDeviceInfo * Microsoft.Azure.Management.EdgeGateway.Models.IoTDeviceInfo * string * string * string * string * System.Collections.Generic.IList<Microsoft.Azure.Management.EdgeGateway.Models.MountPointMap> -> Microsoft.Azure.Management.EdgeGateway.Models.IoTRole
Public Sub New (hostPlatform As String, ioTDeviceDetails As IoTDeviceInfo, ioTEdgeDeviceDetails As IoTDeviceInfo, roleStatus As String, Optional id As String = Nothing, Optional name As String = Nothing, Optional type As String = Nothing, Optional shareMappings As IList(Of MountPointMap) = Nothing)

Paramètres

hostPlatform
String

Système d’exploitation hôte pris en charge par le rôle IoT. Les valeurs possibles sont les suivantes : « Windows », « Linux »

ioTDeviceDetails
IoTDeviceInfo

Métadonnées d’appareil IoT auxquelles l’appareil de périphérie data box doit être connecté.

ioTEdgeDeviceDetails
IoTDeviceInfo

Appareil IoT Edge sur lequel le rôle IoT doit être configuré.

roleStatus
String

Rôle status. Les valeurs possibles sont les suivantes : « Enabled », « Disabled »

id
String

ID de chemin d’accès qui identifie l’objet de manière unique.

name
String

Nom de l'objet.

type
String

Type hiérarchique de l’objet.

shareMappings
IList<MountPointMap>

Montez des points de partages dans des rôles.

S’applique à