Share via


IDeviceJobOperations.GetAsync Method

Definition

public System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.StorSimple.Models.GetDeviceJobResponse> GetAsync (string deviceId, string jobType, string jobStatus, string jobId, string startTime, string endTime, int skip, int top, Microsoft.WindowsAzure.Management.StorSimple.Models.CustomRequestHeaders customRequestHeaders, System.Threading.CancellationToken cancellationToken);
abstract member GetAsync : string * string * string * string * string * string * int * int * Microsoft.WindowsAzure.Management.StorSimple.Models.CustomRequestHeaders * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.StorSimple.Models.GetDeviceJobResponse>
Public Function GetAsync (deviceId As String, jobType As String, jobStatus As String, jobId As String, startTime As String, endTime As String, skip As Integer, top As Integer, customRequestHeaders As CustomRequestHeaders, cancellationToken As CancellationToken) As Task(Of GetDeviceJobResponse)

Parameters

deviceId
String

Device id of device of jobs

jobType
String

Type of deviceJob

jobStatus
String

Status of job

jobId
String

Id of job

startTime
String

Job start time, in ISO 8601 format 'yyyy'-'MM'-'dd'T'HH':'mm':'ss'

endTime
String

Job end time, in ISO 8601 format 'yyyy'-'MM'-'dd'T'HH':'mm':'ss'

skip
Int32

Pagination parameter. The number of entries to skip, i.e. index of the first entry to be returned

top
Int32

Pagination parameter. The number of entries to return after skipping the 'skip' number of entries

customRequestHeaders
CustomRequestHeaders

The Custom Request Headers which client must use.

cancellationToken
CancellationToken

Cancellation token.

Returns

Response model of Get Query for a Device Job

Applies to