Freigeben über


MachineLearningVmTier Struct

Definition

The type of the VM.

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

Constructors

Name Description
MachineLearningVmTier(String)

Initializes a new instance of MachineLearningVmTier.

Properties

Name Description
LowPriority

LowPriority.

Spot

Spot.

Standard

Standard.

Methods

Name Description
Equals(MachineLearningVmTier)

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

Determines if two MachineLearningVmTier values are the same.

Implicit(String to MachineLearningVmTier)

Converts a String to a MachineLearningVmTier.

Inequality(MachineLearningVmTier, MachineLearningVmTier)

Determines if two MachineLearningVmTier values are not the same.

Applies to