MachineLearningOSType Struct

Definition

Compute OS Type.

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

Constructors

MachineLearningOSType(String)

Initializes a new instance of MachineLearningOSType.

Properties

Linux

Linux.

Windows

Windows.

Methods

Equals(MachineLearningOSType)

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

Determines if two MachineLearningOSType values are the same.

Implicit(String to MachineLearningOSType)

Converts a string to a MachineLearningOSType.

Inequality(MachineLearningOSType, MachineLearningOSType)

Determines if two MachineLearningOSType values are not the same.

Applies to