Freigeben über


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

Name Description
DefaultPriorityLevel(String)

Initializes a new instance of DefaultPriorityLevel.

Properties

Name Description
High

High.

Low

Low.

Methods

Name Description
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

Name Description
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