Share via


MachineLearningOperatingSystemType Struct

Definition

The type of operating system.

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

Constructors

MachineLearningOperatingSystemType(String)

Initializes a new instance of MachineLearningOperatingSystemType.

Properties

Linux

Linux.

Windows

Windows.

Methods

Equals(MachineLearningOperatingSystemType)

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

Determines if two MachineLearningOperatingSystemType values are the same.

Implicit(String to MachineLearningOperatingSystemType)

Converts a string to a MachineLearningOperatingSystemType.

Inequality(MachineLearningOperatingSystemType, MachineLearningOperatingSystemType)

Determines if two MachineLearningOperatingSystemType values are not the same.

Applies to