DeviceJobOperationsExtensions.GetAsync メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
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)
パラメーター
- 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
必須。 クライアントが使用する必要があるカスタム要求ヘッダー。
戻り値
デバイス ジョブの Get Query の応答モデル
適用対象
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
Azure SDK for .NET