JobOperationsExtensions.UpdateJobCollectionState メソッド
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
ジョブ コレクション内のすべてのジョブの状態を更新します。
public static Microsoft.WindowsAzure.Scheduler.Models.JobCollectionJobsUpdateStateResponse UpdateJobCollectionState(this Microsoft.WindowsAzure.Scheduler.IJobOperations operations, Microsoft.WindowsAzure.Scheduler.Models.JobCollectionJobsUpdateStateParameters parameters);
static member UpdateJobCollectionState : Microsoft.WindowsAzure.Scheduler.IJobOperations * Microsoft.WindowsAzure.Scheduler.Models.JobCollectionJobsUpdateStateParameters -> Microsoft.WindowsAzure.Scheduler.Models.JobCollectionJobsUpdateStateResponse
<Extension()>
Public Function UpdateJobCollectionState (operations As IJobOperations, parameters As JobCollectionJobsUpdateStateParameters) As JobCollectionJobsUpdateStateResponse
- operations
- IJobOperations
Microsoft.WindowsAzure.Scheduler.IJobOperations への参照。
- parameters
- JobCollectionJobsUpdateStateParameters
必須です。 ジョブの状態の更新操作に指定されたパラメーター。
ジョブの状態の更新操作の応答。
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
Azure SDK for .NET に関するフィードバック
Azure SDK for .NET はオープンソース プロジェクトです。 フィードバックを提供するにはリンクを選択します。