CloudJobOperationsExtensions Class

 

Provide extension methods for ICloudJobOperations.

Namespace:   Microsoft.Azure.Batch.Protocol
Assembly:  Microsoft.Azure.Batch (in Microsoft.Azure.Batch.dll)

Inheritance Hierarchy

System.Object
  Microsoft.Azure.Batch.Protocol.CloudJobOperationsExtensions

Syntax

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

Methods

Name Description
System_CAPS_pubmethodSystem_CAPS_static Add(ICloudJobOperations, CloudJobAddParameters)

Adds a job to the specified account.

System_CAPS_pubmethodSystem_CAPS_static AddAsync(ICloudJobOperations, CloudJobAddParameters)

Adds a job to the specified account.

System_CAPS_pubmethodSystem_CAPS_static Delete(ICloudJobOperations, String, CloudJobDeleteParameters)

Deletes a job.

System_CAPS_pubmethodSystem_CAPS_static DeleteAsync(ICloudJobOperations, String, CloudJobDeleteParameters)

Deletes a job.

System_CAPS_pubmethodSystem_CAPS_static Disable(ICloudJobOperations, String, CloudJobDisableParameters)

Disables the specified job, preventing new tasks from running.

System_CAPS_pubmethodSystem_CAPS_static DisableAsync(ICloudJobOperations, String, CloudJobDisableParameters)

Disables the specified job, preventing new tasks from running.

System_CAPS_pubmethodSystem_CAPS_static Enable(ICloudJobOperations, String, CloudJobEnableParameters)

Enables the specified job, allowing new tasks to run.

System_CAPS_pubmethodSystem_CAPS_static EnableAsync(ICloudJobOperations, String, CloudJobEnableParameters)

Enables the specified job, allowing new tasks to run.

System_CAPS_pubmethodSystem_CAPS_static Get(ICloudJobOperations, String, CloudJobGetParameters)

Gets information about the specified job.

System_CAPS_pubmethodSystem_CAPS_static GetAsync(ICloudJobOperations, String, CloudJobGetParameters)

Gets information about the specified job.

System_CAPS_pubmethodSystem_CAPS_static List(ICloudJobOperations, CloudJobListParameters)

Lists all of the jobs in the specified account.

System_CAPS_pubmethodSystem_CAPS_static ListAsync(ICloudJobOperations, CloudJobListParameters)

Lists all of the jobs in the specified account.

System_CAPS_pubmethodSystem_CAPS_static ListFromJobSchedule(ICloudJobOperations, String, CloudJobListParameters)

Lists the jobs that have been created under the specified job schedule.

System_CAPS_pubmethodSystem_CAPS_static ListFromJobScheduleAsync(ICloudJobOperations, String, CloudJobListParameters)

Lists the jobs that have been created under the specified job schedule.

System_CAPS_pubmethodSystem_CAPS_static ListNext(ICloudJobOperations, String, CloudJobListParameters)

Lists all of the jobs in the specified account.

System_CAPS_pubmethodSystem_CAPS_static ListNextAsync(ICloudJobOperations, String, CloudJobListParameters)

Lists all of the jobs in the specified account.

System_CAPS_pubmethodSystem_CAPS_static ListNextFromJobSchedule(ICloudJobOperations, String, CloudJobListParameters)

Lists the jobs that have been created under the specified job schedule.

System_CAPS_pubmethodSystem_CAPS_static ListNextFromJobScheduleAsync(ICloudJobOperations, String, CloudJobListParameters)

Lists the jobs that have been created under the specified job schedule.

System_CAPS_pubmethodSystem_CAPS_static ListNextPreparationAndReleaseTaskStatus(ICloudJobOperations, String, CloudJobListPreparationAndReleaseTaskStatusParameters)

Lists the execution status of the Job Preparation and Job Release task for the specified job across the compute nodes where the job has run.

System_CAPS_pubmethodSystem_CAPS_static ListNextPreparationAndReleaseTaskStatusAsync(ICloudJobOperations, String, CloudJobListPreparationAndReleaseTaskStatusParameters)

Lists the execution status of the Job Preparation and Job Release task for the specified job across the compute nodes where the job has run.

System_CAPS_pubmethodSystem_CAPS_static ListPreparationAndReleaseTaskStatus(ICloudJobOperations, String, CloudJobListPreparationAndReleaseTaskStatusParameters)

Lists the execution status of the Job Preparation and Job Release task for the specified job across the compute nodes where the job has run.

System_CAPS_pubmethodSystem_CAPS_static ListPreparationAndReleaseTaskStatusAsync(ICloudJobOperations, String, CloudJobListPreparationAndReleaseTaskStatusParameters)

Lists the execution status of the Job Preparation and Job Release task for the specified job across the compute nodes where the job has run.

System_CAPS_pubmethodSystem_CAPS_static Patch(ICloudJobOperations, String, CloudJobPatchParameters)

Updates the properties of a job.

System_CAPS_pubmethodSystem_CAPS_static PatchAsync(ICloudJobOperations, String, CloudJobPatchParameters)

Updates the properties of a job.

System_CAPS_pubmethodSystem_CAPS_static Terminate(ICloudJobOperations, String, CloudJobTerminateParameters)

Terminates the specified job, marking it as completed.

System_CAPS_pubmethodSystem_CAPS_static TerminateAsync(ICloudJobOperations, String, CloudJobTerminateParameters)

Terminates the specified job, marking it as completed.

System_CAPS_pubmethodSystem_CAPS_static Update(ICloudJobOperations, String, CloudJobUpdateParameters)

Updates the properties of a job.

System_CAPS_pubmethodSystem_CAPS_static UpdateAsync(ICloudJobOperations, String, CloudJobUpdateParameters)

Updates the properties of a job.

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.Azure.Batch.Protocol Namespace

Return to top