MachineLearningOrderString Struct
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Azure SDK for .NET