ICloudJobScheduleOperations Interface

 

Operations for managing Azure Batch job schedules. A job schedule specifies when to run jobs, and includes a specification that is used to create each job.

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

Syntax

public interface ICloudJobScheduleOperations
public interface class ICloudJobScheduleOperations
type ICloudJobScheduleOperations = interface end
Public Interface ICloudJobScheduleOperations

Methods

Name Description
System_CAPS_pubmethod AddAsync(CloudJobScheduleAddParameters, CancellationToken)

Adds a job schedule to the specified account.

System_CAPS_pubmethod DeleteAsync(String, CloudJobScheduleDeleteParameters, CancellationToken)

Deletes a job schedule from the specified account.

System_CAPS_pubmethod DisableAsync(String, CloudJobScheduleDisableParameters, CancellationToken)

Disables a job schedule.

System_CAPS_pubmethod EnableAsync(String, CloudJobScheduleEnableParameters, CancellationToken)

Enables a job schedule.

System_CAPS_pubmethod ExistsAsync(String, CloudJobScheduleExistsParameters, CancellationToken)

Checks the specified job schedule exists.

System_CAPS_pubmethod GetAsync(String, CloudJobScheduleGetParameters, CancellationToken)

Gets information about the specified job schedule.

System_CAPS_pubmethod ListAsync(CloudJobScheduleListParameters, CancellationToken)

Lists all of the job schedules in the specified account.

System_CAPS_pubmethod ListNextAsync(String, CloudJobScheduleListParameters, CancellationToken)

Lists all of the job schedules in the specified account.

System_CAPS_pubmethod PatchAsync(String, CloudJobSchedulePatchParameters, CancellationToken)

Updates the properties of the specified job schedule.

System_CAPS_pubmethod TerminateAsync(String, CloudJobScheduleTerminateParameters, CancellationToken)

Terminates a job schedule.

System_CAPS_pubmethod UpdateAsync(String, CloudJobScheduleUpdateParameters, CancellationToken)

Updates the properties of the specified job schedule.

Extension Methods

Name Description
System_CAPS_pubmethod Add(CloudJobScheduleAddParameters)

Adds a job schedule to the specified account. (Defined by CloudJobScheduleOperationsExtensions.)

System_CAPS_pubmethod AddAsync(CloudJobScheduleAddParameters)

Adds a job schedule to the specified account. (Defined by CloudJobScheduleOperationsExtensions.)

System_CAPS_pubmethod Delete(String, CloudJobScheduleDeleteParameters)

Deletes a job schedule from the specified account. (Defined by CloudJobScheduleOperationsExtensions.)

System_CAPS_pubmethod DeleteAsync(String, CloudJobScheduleDeleteParameters)

Deletes a job schedule from the specified account. (Defined by CloudJobScheduleOperationsExtensions.)

System_CAPS_pubmethod Disable(String, CloudJobScheduleDisableParameters)

Disables a job schedule. (Defined by CloudJobScheduleOperationsExtensions.)

System_CAPS_pubmethod DisableAsync(String, CloudJobScheduleDisableParameters)

Disables a job schedule. (Defined by CloudJobScheduleOperationsExtensions.)

System_CAPS_pubmethod Enable(String, CloudJobScheduleEnableParameters)

Enables a job schedule. (Defined by CloudJobScheduleOperationsExtensions.)

System_CAPS_pubmethod EnableAsync(String, CloudJobScheduleEnableParameters)

Enables a job schedule. (Defined by CloudJobScheduleOperationsExtensions.)

System_CAPS_pubmethod Exists(String, CloudJobScheduleExistsParameters)

Checks the specified job schedule exists. (Defined by CloudJobScheduleOperationsExtensions.)

System_CAPS_pubmethod ExistsAsync(String, CloudJobScheduleExistsParameters)

Checks the specified job schedule exists. (Defined by CloudJobScheduleOperationsExtensions.)

System_CAPS_pubmethod Get(String, CloudJobScheduleGetParameters)

Gets information about the specified job schedule. (Defined by CloudJobScheduleOperationsExtensions.)

System_CAPS_pubmethod GetAsync(String, CloudJobScheduleGetParameters)

Gets information about the specified job schedule. (Defined by CloudJobScheduleOperationsExtensions.)

System_CAPS_pubmethod List(CloudJobScheduleListParameters)

Lists all of the job schedules in the specified account. (Defined by CloudJobScheduleOperationsExtensions.)

System_CAPS_pubmethod ListAsync(CloudJobScheduleListParameters)

Lists all of the job schedules in the specified account. (Defined by CloudJobScheduleOperationsExtensions.)

System_CAPS_pubmethod ListNext(String, CloudJobScheduleListParameters)

Lists all of the job schedules in the specified account. (Defined by CloudJobScheduleOperationsExtensions.)

System_CAPS_pubmethod ListNextAsync(String, CloudJobScheduleListParameters)

Lists all of the job schedules in the specified account. (Defined by CloudJobScheduleOperationsExtensions.)

System_CAPS_pubmethod Patch(String, CloudJobSchedulePatchParameters)

Updates the properties of the specified job schedule. (Defined by CloudJobScheduleOperationsExtensions.)

System_CAPS_pubmethod PatchAsync(String, CloudJobSchedulePatchParameters)

Updates the properties of the specified job schedule. (Defined by CloudJobScheduleOperationsExtensions.)

System_CAPS_pubmethod Terminate(String, CloudJobScheduleTerminateParameters)

Terminates a job schedule. (Defined by CloudJobScheduleOperationsExtensions.)

System_CAPS_pubmethod TerminateAsync(String, CloudJobScheduleTerminateParameters)

Terminates a job schedule. (Defined by CloudJobScheduleOperationsExtensions.)

System_CAPS_pubmethod Update(String, CloudJobScheduleUpdateParameters)

Updates the properties of the specified job schedule. (Defined by CloudJobScheduleOperationsExtensions.)

System_CAPS_pubmethod UpdateAsync(String, CloudJobScheduleUpdateParameters)

Updates the properties of the specified job schedule. (Defined by CloudJobScheduleOperationsExtensions.)

See Also

Microsoft.Azure.Batch.Protocol Namespace

Return to top