CloudJobPatchParameters Class

 

Parameters for a CloudJobOperations.Patch 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.CloudJobPatchParameters

Syntax

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

Constructors

Name Description
System_CAPS_pubmethod CloudJobPatchParameters()

Initializes a new instance of the CloudJobPatchParameters class.

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 Constraints

Optional. Gets or sets the execution constraints for the job. If omitted, the existing execution constraints are left unchanged.

System_CAPS_pubproperty DetailLevel

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

System_CAPS_pubproperty Metadata

Optional. Gets or sets a list of name-value pairs associated with the job as metadata. If omitted, the existing job metadata is left unchanged.

System_CAPS_pubproperty PoolInformation

Optional. Gets or sets the pool on which the Batch service runs the job's tasks. If omitted, the job continues to run on its current pool.

System_CAPS_pubproperty Priority

Optional. Gets or sets the priority of the job. Priority values can range from -1000 to 1000, with -1000 being the lowest priority and 1000 being the highest priority. If omitted, the priority of the job is left unchanged.

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