你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

DeviceJobOperationsExtensions.Get 方法

定义

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

参数

operations
IDeviceJobOperations

对 Microsoft.WindowsAzure.Management.StorSimple.IDeviceJobOperations 的引用。

deviceId
String

可选。 作业设备的设备 ID

jobType
String

可选。 deviceJob 的类型

jobStatus
String

可选。 作业状态

jobId
String

可选。 作业 ID

startTime
String

可选。 作业开始时间,采用 ISO 8601 格式“yyyy”-“MM”-'dd'T'HH':'mm':'ss'

endTime
String

可选。 作业结束时间,采用 ISO 8601 格式“yyyy”-“MM”-'dd'T'HH':'mm':'ss'

skip
Int32

必需。 分页参数。 要跳过的条目数,即要返回的第一个条目的索引

top
Int32

必需。 分页参数。 跳过“skip”条目数后要返回的条目数

customRequestHeaders
CustomRequestHeaders

必需。 客户端必须使用的自定义请求标头。

返回

获取设备作业查询的响应模型

适用于