Freigeben über


ComputeSchedulePriorityType Struct

Definition

The priority type for VM allocation.

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

Constructors

Name Description
ComputeSchedulePriorityType(String)

Initializes a new instance of ComputeSchedulePriorityType.

Properties

Name Description
Regular

Regular priority VMs.

Spot

Spot priority VMs.

Methods

Name Description
Equals(ComputeSchedulePriorityType)

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

Determines if two ComputeSchedulePriorityType values are the same.

Implicit(String to ComputeSchedulePriorityType)

Converts a string to a ComputeSchedulePriorityType.

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

Determines if two ComputeSchedulePriorityType values are not the same.

Applies to