次の方法で共有


JobsOperationsExtensions.ListByDevice メソッド

定義

指定したデバイスのすべてのジョブを取得します。 オプションの OData クエリ パラメーターを使用すると、フィルター処理されたジョブのセットが返されます。

public static Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.StorSimple8000Series.Models.Job> ListByDevice(this Microsoft.Azure.Management.StorSimple8000Series.IJobsOperations operations, string deviceName, string resourceGroupName, string managerName, Microsoft.Rest.Azure.OData.ODataQuery<Microsoft.Azure.Management.StorSimple8000Series.Models.JobFilter> odataQuery = default);
static member ListByDevice : Microsoft.Azure.Management.StorSimple8000Series.IJobsOperations * string * string * string * Microsoft.Rest.Azure.OData.ODataQuery<Microsoft.Azure.Management.StorSimple8000Series.Models.JobFilter> -> Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.StorSimple8000Series.Models.Job>
<Extension()>
Public Function ListByDevice (operations As IJobsOperations, deviceName As String, resourceGroupName As String, managerName As String, Optional odataQuery As ODataQuery(Of JobFilter) = Nothing) As IPage(Of Job)

パラメーター

operations
IJobsOperations

この拡張メソッドの操作グループ。

deviceName
String

デバイス名

resourceGroupName
String

リソース グループ名

managerName
String

マネージャー名

odataQuery
ODataQuery<JobFilter>

操作に適用する OData パラメーター。

戻り値

適用対象