DefaultPriorityLevel 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.
Enum to indicate default priorityLevel of requests.
public readonly struct DefaultPriorityLevel : IEquatable<Azure.ResourceManager.CosmosDB.Models.DefaultPriorityLevel>
type DefaultPriorityLevel = struct
Public Structure DefaultPriorityLevel
Implements IEquatable(Of DefaultPriorityLevel)
- Inheritance
-
DefaultPriorityLevel
- Implements
Constructors
DefaultPriorityLevel(String) |
Initializes a new instance of DefaultPriorityLevel. |
Properties
High |
High. |
Low |
Low. |
Methods
Equals(DefaultPriorityLevel) |
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
Equality(DefaultPriorityLevel, DefaultPriorityLevel) |
Determines if two DefaultPriorityLevel values are the same. |
Implicit(String to DefaultPriorityLevel) |
Converts a string to a DefaultPriorityLevel. |
Inequality(DefaultPriorityLevel, DefaultPriorityLevel) |
Determines if two DefaultPriorityLevel values are not the same. |
Applies to
Azure SDK for .NET