Share via


JobCollectionOperationsExtensions Class

 

Namespace:   Microsoft.WindowsAzure.Management.Scheduler
Assembly:  Microsoft.WindowsAzure.Management.Scheduler (in Microsoft.WindowsAzure.Management.Scheduler.dll)

Inheritance Hierarchy

System.Object
  Microsoft.WindowsAzure.Management.Scheduler.JobCollectionOperationsExtensions

Syntax

public static class JobCollectionOperationsExtensions
[ExtensionAttribute]
public ref class JobCollectionOperationsExtensions abstract sealed 
[<AbstractClass>]
[<Sealed>]
type JobCollectionOperationsExtensions = class end
<ExtensionAttribute>
Public NotInheritable Class JobCollectionOperationsExtensions

Methods

Name Description
System_CAPS_pubmethodSystem_CAPS_static BeginCreating(IJobCollectionOperations, String, String, JobCollectionCreateParameters)

Create a job collection.

System_CAPS_pubmethodSystem_CAPS_static BeginCreatingAsync(IJobCollectionOperations, String, String, JobCollectionCreateParameters)

Create a job collection.

System_CAPS_pubmethodSystem_CAPS_static BeginDeleting(IJobCollectionOperations, String, String)

Deletes a job collection.

System_CAPS_pubmethodSystem_CAPS_static BeginDeletingAsync(IJobCollectionOperations, String, String)

Deletes a job collection.

System_CAPS_pubmethodSystem_CAPS_static BeginUpdating(IJobCollectionOperations, String, String, JobCollectionUpdateParameters)

Update a job collection.

System_CAPS_pubmethodSystem_CAPS_static BeginUpdatingAsync(IJobCollectionOperations, String, String, JobCollectionUpdateParameters)

Update a job collection.

System_CAPS_pubmethodSystem_CAPS_static CheckNameAvailability(IJobCollectionOperations, String, String)

Determine if the JobCollection name is available to be used. JobCollection names must be unique within a cloud-service.

System_CAPS_pubmethodSystem_CAPS_static CheckNameAvailabilityAsync(IJobCollectionOperations, String, String)

Determine if the JobCollection name is available to be used. JobCollection names must be unique within a cloud-service.

System_CAPS_pubmethodSystem_CAPS_static Create(IJobCollectionOperations, String, String, JobCollectionCreateParameters)

Create a job collection.

System_CAPS_pubmethodSystem_CAPS_static CreateAsync(IJobCollectionOperations, String, String, JobCollectionCreateParameters)

Create a job collection.

System_CAPS_pubmethodSystem_CAPS_static Delete(IJobCollectionOperations, String, String)

Deletes a job collection.

System_CAPS_pubmethodSystem_CAPS_static DeleteAsync(IJobCollectionOperations, String, String)

Deletes a job collection.

System_CAPS_pubmethodSystem_CAPS_static Get(IJobCollectionOperations, String, String)

Retreive a job collection.

System_CAPS_pubmethodSystem_CAPS_static GetAsync(IJobCollectionOperations, String, String)

Retreive a job collection.

System_CAPS_pubmethodSystem_CAPS_static Update(IJobCollectionOperations, String, String, JobCollectionUpdateParameters)

Update a job collection.

System_CAPS_pubmethodSystem_CAPS_static UpdateAsync(IJobCollectionOperations, String, String, JobCollectionUpdateParameters)

Update a job collection.

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Microsoft.WindowsAzure.Management.Scheduler Namespace

Return to top