Sdílet prostřednictvím


MachineLearningOrderString Struct

Definition

The MachineLearningOrderString.

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

Constructors

MachineLearningOrderString(String)

Initializes a new instance of MachineLearningOrderString.

Properties

CreatedAtAsc

CreatedAtAsc.

CreatedAtDesc

CreatedAtDesc.

UpdatedAtAsc

UpdatedAtAsc.

UpdatedAtDesc

UpdatedAtDesc.

Methods

Equals(MachineLearningOrderString)

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

Determines if two MachineLearningOrderString values are the same.

Implicit(String to MachineLearningOrderString)

Converts a string to a MachineLearningOrderString.

Inequality(MachineLearningOrderString, MachineLearningOrderString)

Determines if two MachineLearningOrderString values are not the same.

Applies to