Esempio n. 1
0
 public static Azure.IoT.DeviceUpdate.Models.UpdatableDevices UpdatableDevices(Azure.IoT.DeviceUpdate.Models.UpdateId updateId = null, int deviceCount = 0)
 {
     throw null;
 }
Esempio n. 2
0
 public static Azure.IoT.DeviceUpdate.Models.Update Update(Azure.IoT.DeviceUpdate.Models.UpdateId updateId = null, string updateType = null, string installedCriteria = null, System.Collections.Generic.IEnumerable <Azure.IoT.DeviceUpdate.Models.Compatibility> compatibility = null, string manifestVersion = null, System.DateTimeOffset importedDateTime = default(System.DateTimeOffset), System.DateTimeOffset createdDateTime = default(System.DateTimeOffset), string etag = null)
 {
     throw null;
 }
Esempio n. 3
0
 public static Azure.IoT.DeviceUpdate.Models.Operation Operation(string operationId = null, Azure.IoT.DeviceUpdate.Models.OperationStatus status = default(Azure.IoT.DeviceUpdate.Models.OperationStatus), Azure.IoT.DeviceUpdate.Models.UpdateId updateId = null, string resourceLocation = null, Azure.IoT.DeviceUpdate.Models.Error error = null, string traceId = null, System.DateTimeOffset lastActionDateTime = default(System.DateTimeOffset), System.DateTimeOffset createdDateTime = default(System.DateTimeOffset), string etag = null)
 {
     throw null;
 }
Esempio n. 4
0
 public static Azure.IoT.DeviceUpdate.Models.DeviceClass DeviceClass(string deviceClassId = null, string manufacturer = null, string model = null, Azure.IoT.DeviceUpdate.Models.UpdateId bestCompatibleUpdateId = null)
 {
     throw null;
 }
Esempio n. 5
0
 public static Azure.IoT.DeviceUpdate.Models.Device Device(string deviceId = null, string deviceClassId = null, string manufacturer = null, string model = null, string groupId = null, Azure.IoT.DeviceUpdate.Models.UpdateId lastAttemptedUpdateId = null, Azure.IoT.DeviceUpdate.Models.DeviceDeploymentState?deploymentStatus = default(Azure.IoT.DeviceUpdate.Models.DeviceDeploymentState?), Azure.IoT.DeviceUpdate.Models.UpdateId installedUpdateId = null, bool onLatestUpdate = false, string lastDeploymentId = null)
 {
     throw null;
 }
Esempio n. 6
0
 public Deployment(string deploymentId, Azure.IoT.DeviceUpdate.Models.DeploymentType deploymentType, System.DateTimeOffset startDateTime, Azure.IoT.DeviceUpdate.Models.DeviceGroupType deviceGroupType, System.Collections.Generic.IEnumerable <string> deviceGroupDefinition, Azure.IoT.DeviceUpdate.Models.UpdateId updateId)
 {
 }
Esempio n. 7
0
 public ImportManifest(Azure.IoT.DeviceUpdate.Models.UpdateId updateId, string updateType, string installedCriteria, System.Collections.Generic.List <Azure.IoT.DeviceUpdate.Models.ImportManifestCompatibilityInfo> compatibility, System.DateTime createdDateTime, System.Version manifestVersion, System.Collections.Generic.List <Azure.IoT.DeviceUpdate.Models.ImportManifestFile> files)
 {
 }