次の方法で共有


JobsOperationsExtensions.ListByManager メソッド

定義

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

public static Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.StorSimple8000Series.Models.Job> ListByManager(this Microsoft.Azure.Management.StorSimple8000Series.IJobsOperations operations, string resourceGroupName, string managerName, Microsoft.Rest.Azure.OData.ODataQuery<Microsoft.Azure.Management.StorSimple8000Series.Models.JobFilter> odataQuery = default);
static member ListByManager : Microsoft.Azure.Management.StorSimple8000Series.IJobsOperations * 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 ListByManager (operations As IJobsOperations, resourceGroupName As String, managerName As String, Optional odataQuery As ODataQuery(Of JobFilter) = Nothing) As IPage(Of Job)

パラメーター

operations
IJobsOperations

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

resourceGroupName
String

リソース グループ名

managerName
String

マネージャー名

odataQuery
ODataQuery<JobFilter>

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

戻り値

適用対象