Share via


JobType Énumération

Définition

Permet de spécifier le type de travail.

[Newtonsoft.Json.JsonConverter(typeof(Newtonsoft.Json.Converters.StringEnumConverter))]
public enum JobType
[<Newtonsoft.Json.JsonConverter(typeof(Newtonsoft.Json.Converters.StringEnumConverter))>]
type JobType = 
Public Enum JobType
Héritage
JobType
Attributs
Newtonsoft.Json.JsonConverterAttribute

Champs

ExportDevices 1

Indique un travail ExportDevices.

ImportDevices 2

Indique un travail ImportDevices.

ScheduleDeviceMethod 3

Indique un travail de méthode Device.

ScheduleUpdateTwin 4

Indique un travail de mise à jour de jumeau.

Unknown 0

Type inconnu.

S’applique à