OrderString 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.
Argument completer implementation for OrderString.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.OrderStringTypeConverter))]
public struct OrderString : IEquatable<Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.OrderString>, System.Management.Automation.IArgumentCompleter
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.OrderStringTypeConverter))>]
type OrderString = struct
interface IArgumentCompleter
Public Structure OrderString
Implements IArgumentCompleter, IEquatable(Of OrderString)
- Inheritance
-
OrderString
- Attributes
- Implements
Fields
CreatedAtAsc | |
CreatedAtDesc | |
UpdatedAtAsc | |
UpdatedAtDesc |
Methods
CompleteArgument(String, String, String, CommandAst, IDictionary) |
Implementations of this function are called by PowerShell to complete arguments. |
Equals(Object) |
Compares values of enum type OrderString (override for Object) |
Equals(OrderString) |
Compares values of enum type OrderString |
GetHashCode() |
Returns hashCode for enum OrderString |
ToString() |
Returns string representation for OrderString |
Operators
Equality(OrderString, OrderString) |
Overriding == operator for enum OrderString |
Implicit(OrderString to String) |
Implicit operator to convert OrderString to string |
Implicit(String to OrderString) |
Implicit operator to convert string to OrderString |
Inequality(OrderString, OrderString) |
Overriding != operator for enum OrderString |