CognitiveServicesVmPriority Struct

Definition

VM priority for a compute pool.

public readonly struct CognitiveServicesVmPriority : IEquatable<Azure.ResourceManager.CognitiveServices.Models.CognitiveServicesVmPriority>
type CognitiveServicesVmPriority = struct
Public Structure CognitiveServicesVmPriority
Implements IEquatable(Of CognitiveServicesVmPriority)
Inheritance
CognitiveServicesVmPriority
Implements

Constructors

Name Description
CognitiveServicesVmPriority(String)

Initializes a new instance of CognitiveServicesVmPriority.

Properties

Name Description
LowPriority

Low-priority VM.

Regular

Regular VM priority.

Methods

Name Description
Equals(CognitiveServicesVmPriority)

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(CognitiveServicesVmPriority, CognitiveServicesVmPriority)

Determines if two CognitiveServicesVmPriority values are the same.

Implicit(String to CognitiveServicesVmPriority)

Converts a string to a CognitiveServicesVmPriority.

Implicit(String to Nullable<CognitiveServicesVmPriority>)
Inequality(CognitiveServicesVmPriority, CognitiveServicesVmPriority)

Determines if two CognitiveServicesVmPriority values are not the same.

Applies to