JobCollectionOperationsExtensions.BeginUpdating メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
ジョブ コレクションを更新します。
public static Microsoft.WindowsAzure.Management.Scheduler.Models.JobCollectionUpdateResponse BeginUpdating(this Microsoft.WindowsAzure.Management.Scheduler.IJobCollectionOperations operations, string cloudServiceName, string jobCollectionName, Microsoft.WindowsAzure.Management.Scheduler.Models.JobCollectionUpdateParameters parameters);
static member BeginUpdating : Microsoft.WindowsAzure.Management.Scheduler.IJobCollectionOperations * string * string * Microsoft.WindowsAzure.Management.Scheduler.Models.JobCollectionUpdateParameters -> Microsoft.WindowsAzure.Management.Scheduler.Models.JobCollectionUpdateResponse
<Extension()>
Public Function BeginUpdating (operations As IJobCollectionOperations, cloudServiceName As String, jobCollectionName As String, parameters As JobCollectionUpdateParameters) As JobCollectionUpdateResponse
パラメーター
- operations
- IJobCollectionOperations
Microsoft.WindowsAzure.Management.Scheduler.IJobCollectionOperations への参照。
- cloudServiceName
- String
必須です。 ジョブ コレクションを含むクラウド サービスの名前。
- jobCollectionName
- String
必須です。 更新するジョブ コレクションの名前。
- parameters
- JobCollectionUpdateParameters
必須です。 ジョブ コレクションの更新操作に指定されたパラメーター。
戻り値
ジョブ コレクションの更新操作の応答。
適用対象
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
Azure SDK for .NET