JobCollectionOperationsExtensions.BeginUpdating Method (IJobCollectionOperations, String, String, JobCollectionUpdateParameters)
Update a job collection.
Namespace: Microsoft.WindowsAzure.Management.Scheduler
Assembly: Microsoft.WindowsAzure.Management.Scheduler (in Microsoft.WindowsAzure.Management.Scheduler.dll)
Syntax
public static JobCollectionUpdateResponse BeginUpdating(
this IJobCollectionOperations operations,
string cloudServiceName,
string jobCollectionName,
JobCollectionUpdateParameters parameters
)
public:
[ExtensionAttribute]
static JobCollectionUpdateResponse^ BeginUpdating(
IJobCollectionOperations^ operations,
String^ cloudServiceName,
String^ jobCollectionName,
JobCollectionUpdateParameters^ parameters
)
static member BeginUpdating :
operations:IJobCollectionOperations *
cloudServiceName:string *
jobCollectionName:string *
parameters:JobCollectionUpdateParameters -> JobCollectionUpdateResponse
<ExtensionAttribute>
Public Shared Function BeginUpdating (
operations As IJobCollectionOperations,
cloudServiceName As String,
jobCollectionName As String,
parameters As JobCollectionUpdateParameters
) As JobCollectionUpdateResponse
Parameters
operations
Type: Microsoft.WindowsAzure.Management.Scheduler.IJobCollectionOperationsReference to the Microsoft.WindowsAzure.Management.Scheduler.IJobCollectionOperations.
cloudServiceName
Type: System.StringRequired. The name of the cloud service containing the job collection.
jobCollectionName
Type: System.StringRequired. The name of the job collection to update.
parameters
Type: Microsoft.WindowsAzure.Management.Scheduler.Models.JobCollectionUpdateParametersRequired. Parameters supplied to the Update Job Collection operation.
Return Value
Type: Microsoft.WindowsAzure.Management.Scheduler.Models.JobCollectionUpdateResponse
The Update Job Collection operation response.
See Also
JobCollectionOperationsExtensions Class
Microsoft.WindowsAzure.Management.Scheduler Namespace
Return to top