Share via


CloudJobUpdateParameters.Priority Property

 

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 job is set to the default priority 0.

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

Syntax

public Nullable<int> Priority { get; set; }
public:
property Nullable<int> Priority {
    Nullable<int> get();
    void set(Nullable<int> value);
}
member Priority : Nullable<int> with get, set
Public Property Priority As Nullable(Of Integer)

Property Value

Type: System.Nullable<Int32>

See Also

CloudJobUpdateParameters Class
Microsoft.Azure.Batch.Protocol.Models Namespace

Return to top