Share via


ScaleSetPriority Struct

Definition

The Virtual Machine Scale Set priority.

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

Constructors

ScaleSetPriority(String)

Initializes a new instance of ScaleSetPriority.

Properties

Regular

Regular VMs will be used.

Spot

Spot priority VMs will be used. There is no SLA for spot nodes. See spot on AKS for more information.

Methods

Equals(ScaleSetPriority)

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

Determines if two ScaleSetPriority values are the same.

Implicit(String to ScaleSetPriority)

Converts a string to a ScaleSetPriority.

Inequality(ScaleSetPriority, ScaleSetPriority)

Determines if two ScaleSetPriority values are not the same.

Applies to