Share via


DefaultPriorityLevel Struct

Definition

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