JobCollectionOperationsExtensions Class

 

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

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

public static class JobCollectionOperationsExtensions

NameDescription
System_CAPS_pubmethodSystem_CAPS_staticBeginCreating(IJobCollectionOperations, String, String, JobCollectionCreateParameters)

Create a job collection.

System_CAPS_pubmethodSystem_CAPS_staticBeginCreatingAsync(IJobCollectionOperations, String, String, JobCollectionCreateParameters)

Create a job collection.

System_CAPS_pubmethodSystem_CAPS_staticBeginDeleting(IJobCollectionOperations, String, String)

Deletes a job collection.

System_CAPS_pubmethodSystem_CAPS_staticBeginDeletingAsync(IJobCollectionOperations, String, String)

Deletes a job collection.

System_CAPS_pubmethodSystem_CAPS_staticBeginUpdating(IJobCollectionOperations, String, String, JobCollectionUpdateParameters)

Update a job collection.

System_CAPS_pubmethodSystem_CAPS_staticBeginUpdatingAsync(IJobCollectionOperations, String, String, JobCollectionUpdateParameters)

Update a job collection.

System_CAPS_pubmethodSystem_CAPS_staticCheckNameAvailability(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_staticCheckNameAvailabilityAsync(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_staticCreate(IJobCollectionOperations, String, String, JobCollectionCreateParameters)

Create a job collection.

System_CAPS_pubmethodSystem_CAPS_staticCreateAsync(IJobCollectionOperations, String, String, JobCollectionCreateParameters)

Create a job collection.

System_CAPS_pubmethodSystem_CAPS_staticDelete(IJobCollectionOperations, String, String)

Deletes a job collection.

System_CAPS_pubmethodSystem_CAPS_staticDeleteAsync(IJobCollectionOperations, String, String)

Deletes a job collection.

System_CAPS_pubmethodSystem_CAPS_staticGet(IJobCollectionOperations, String, String)

Retreive a job collection.

System_CAPS_pubmethodSystem_CAPS_staticGetAsync(IJobCollectionOperations, String, String)

Retreive a job collection.

System_CAPS_pubmethodSystem_CAPS_staticUpdate(IJobCollectionOperations, String, String, JobCollectionUpdateParameters)

Update a job collection.

System_CAPS_pubmethodSystem_CAPS_staticUpdateAsync(IJobCollectionOperations, String, String, JobCollectionUpdateParameters)

Update a job collection.

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

Return to top
Show: