Share via


DeviceJobOperationsExtensions.GetAsync Method

Definition

public static System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.StorSimple.Models.GetDeviceJobResponse> GetAsync (this Microsoft.WindowsAzure.Management.StorSimple.IDeviceJobOperations operations, string deviceId, string jobType, string jobStatus, string jobId, string startTime, string endTime, int skip, int top, Microsoft.WindowsAzure.Management.StorSimple.Models.CustomRequestHeaders customRequestHeaders);
static member GetAsync : Microsoft.WindowsAzure.Management.StorSimple.IDeviceJobOperations * string * string * string * string * string * string * int * int * Microsoft.WindowsAzure.Management.StorSimple.Models.CustomRequestHeaders -> System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.StorSimple.Models.GetDeviceJobResponse>
<Extension()>
Public Function GetAsync (operations As IDeviceJobOperations, 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) As Task(Of GetDeviceJobResponse)

Parameters

operations
IDeviceJobOperations

Reference to the Microsoft.WindowsAzure.Management.StorSimple.IDeviceJobOperations.

deviceId
String

Optional. Device id of device of jobs

jobType
String

Optional. Type of deviceJob

jobStatus
String

Optional. Status of job

jobId
String

Optional. Id of job

startTime
String

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

endTime
String

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

skip
Int32

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

top
Int32

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

customRequestHeaders
CustomRequestHeaders

Required. The Custom Request Headers which client must use.

Returns

Response model of Get Query for a Device Job

Applies to