JobCollectionOperationsExtensions.BeginUpdating Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Update a job collection.
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
Parameters
- operations
- IJobCollectionOperations
Reference to the Microsoft.WindowsAzure.Management.Scheduler.IJobCollectionOperations.
- cloudServiceName
- String
Required. The name of the cloud service containing the job collection.
- jobCollectionName
- String
Required. The name of the job collection to update.
- parameters
- JobCollectionUpdateParameters
Required. Parameters supplied to the Update Job Collection operation.
Returns
The Update Job Collection operation response.
Applies to
Azure SDK for .NET