DeviceJobOperationsExtensions.Get Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public static Microsoft.WindowsAzure.Management.StorSimple.Models.GetDeviceJobResponse Get (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 Get : Microsoft.WindowsAzure.Management.StorSimple.IDeviceJobOperations * string * string * string * string * string * string * int * int * Microsoft.WindowsAzure.Management.StorSimple.Models.CustomRequestHeaders -> Microsoft.WindowsAzure.Management.StorSimple.Models.GetDeviceJobResponse
<Extension()>
Public Function Get (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 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
Azure SDK for .NET