BatchJobDefaultOrder Struct
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
BatchJobDefaultOrder enums.
public readonly struct BatchJobDefaultOrder : IEquatable<Azure.Compute.Batch.BatchJobDefaultOrder>
type BatchJobDefaultOrder = struct
Public Structure BatchJobDefaultOrder
Implements IEquatable(Of BatchJobDefaultOrder)
- Inheritance
-
BatchJobDefaultOrder
- Implements
Constructors
| Name | Description |
|---|---|
| BatchJobDefaultOrder(String) |
Initializes a new instance of BatchJobDefaultOrder. |
Properties
| Name | Description |
|---|---|
| CreationTime |
If jobs have equal priority, tasks from jobs that were created earlier should be scheduled first. |
| None |
Tasks should be scheduled uniformly from all equal-priority jobs for the pool. |
Methods
| Name | Description |
|---|---|
| Equals(BatchJobDefaultOrder) |
Indicates whether the current object is equal to another object of the same type. |
| ToString() |
Returns the fully qualified type name of this instance. |
Operators
| Name | Description |
|---|---|
| Equality(BatchJobDefaultOrder, BatchJobDefaultOrder) |
Determines if two BatchJobDefaultOrder values are the same. |
| Implicit(String to BatchJobDefaultOrder) |
Converts a String to a BatchJobDefaultOrder. |
| Inequality(BatchJobDefaultOrder, BatchJobDefaultOrder) |
Determines if two BatchJobDefaultOrder values are not the same. |