| Package | Description |
|---|---|
| com.microsoft.azure.sdk.iot.service.jobs |
| Modifier and Type | Method and Description |
|---|---|
JobType |
JobResult.getJobType()
Getter for the job type
|
static JobType |
JobType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static JobType[] |
JobType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
Query |
JobClient.queryJobResponse(JobType jobType,
JobStatus jobStatus)
Query the iot hub for a jobs response.
|
Query |
JobClient.queryJobResponse(JobType jobType,
JobStatus jobStatus,
Integer pageSize)
Query the iot hub for a jobs response.
|
Copyright © 2022. All rights reserved.