CloudJobScheduleUpdateParameters Class

 

Parameters for a CloudJobScheduleOperations.Update request.

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

Inheritance Hierarchy

System.Object
  Microsoft.Azure.Batch.Protocol.Models.BatchParameters
    Microsoft.Azure.Batch.Protocol.Models.CloudJobScheduleUpdateParameters

Syntax

public class CloudJobScheduleUpdateParameters : BatchParameters
public ref class CloudJobScheduleUpdateParameters : BatchParameters
type CloudJobScheduleUpdateParameters = 
    class
        inherit BatchParameters
    end
Public Class CloudJobScheduleUpdateParameters
    Inherits BatchParameters

Constructors

Name Description
System_CAPS_pubmethod CloudJobScheduleUpdateParameters()

Initializes a new instance of the CloudJobScheduleUpdateParameters class.

System_CAPS_pubmethod CloudJobScheduleUpdateParameters(JobSpecification)

Initializes a new instance of the CloudJobScheduleUpdateParameters class with required arguments.

Properties

Name Description
System_CAPS_pubproperty AccessCondition

Optional. Gets or sets conditional headers for the request. (Inherited from BatchParameters.)

System_CAPS_pubproperty ClientRequestId

Optional. Gets or sets an id for the request. (Inherited from BatchParameters.)

System_CAPS_pubproperty DetailLevel

Optional. Gets or sets OData query options for the request. (Inherited from BatchParameters.)

System_CAPS_pubproperty JobSpecification

Required. Gets or sets details of the jobs to be created on this schedule.

System_CAPS_pubproperty Metadata

Optional. Gets or sets a list of name-value pairs associated with the job schedule as metadata. If you do not specify this element, it takes the default value of an empty list; in effect, any existing metadata is deleted.

System_CAPS_pubproperty Schedule

Optional. Gets or sets the schedule according to which jobs will be created. If you do not specify this element, it is equivalent to passing the default schedule: that is, a single job scheduled to run immediately.

System_CAPS_pubproperty ServerTimeout

Optional. Gets or sets the maximum time that the server can spend processing the request, in seconds. The default is 30 seconds. (Inherited from BatchParameters.)

Methods

Name Description
System_CAPS_pubmethod Equals(Object)

(Inherited from Object.)

System_CAPS_protmethod Finalize()

(Inherited from Object.)

System_CAPS_pubmethod GetHashCode()

(Inherited from Object.)

System_CAPS_pubmethod GetType()

(Inherited from Object.)

System_CAPS_protmethod MemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethod ToString()

(Inherited from Object.)

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.Models Namespace

Return to top