MachineLearningVmPriceOSType Struct

Definition

Operating system type used by the VM.

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

Constructors

MachineLearningVmPriceOSType(String)

Initializes a new instance of MachineLearningVmPriceOSType.

Properties

Linux

Linux.

Windows

Windows.

Methods

Equals(MachineLearningVmPriceOSType)

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

Determines if two MachineLearningVmPriceOSType values are the same.

Implicit(String to MachineLearningVmPriceOSType)

Converts a string to a MachineLearningVmPriceOSType.

Inequality(MachineLearningVmPriceOSType, MachineLearningVmPriceOSType)

Determines if two MachineLearningVmPriceOSType values are not the same.

Applies to