TaskPriority 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.
Task priority level.
public readonly struct TaskPriority : IEquatable<Azure.AI.Discovery.TaskPriority>
type TaskPriority = struct
Public Structure TaskPriority
Implements IEquatable(Of TaskPriority)
- Inheritance
-
TaskPriority
- Implements
Constructors
| Name | Description |
|---|---|
| TaskPriority(String) |
Initializes a new instance of TaskPriority. |
Properties
| Name | Description |
|---|---|
| High |
High priority. |
| Low |
Low priority. |
| Medium |
Medium priority. |
Methods
| Name | Description |
|---|---|
| Equals(TaskPriority) |
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(TaskPriority, TaskPriority) |
Determines if two TaskPriority values are the same. |
| Implicit(String to Nullable<TaskPriority>) | |
| Implicit(String to TaskPriority) |
Converts a string to a TaskPriority. |
| Inequality(TaskPriority, TaskPriority) |
Determines if two TaskPriority values are not the same. |