RollingRateType 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 RollingRateType.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.RollingRateTypeTypeConverter))]
public struct RollingRateType : IEquatable<Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.RollingRateType>, System.Management.Automation.IArgumentCompleter
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.RollingRateTypeTypeConverter))>]
type RollingRateType = struct
interface IArgumentCompleter
Public Structure RollingRateType
Implements IArgumentCompleter, IEquatable(Of RollingRateType)
- Inheritance
-
RollingRateType
- Attributes
- Implements
Fields
Day | |
Hour | |
Minute | |
Month | |
Year |
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 RollingRateType (override for Object) |
Equals(RollingRateType) |
Compares values of enum type RollingRateType |
GetHashCode() |
Returns hashCode for enum RollingRateType |
ToString() |
Returns string representation for RollingRateType |
Operators
Equality(RollingRateType, RollingRateType) |
Overriding == operator for enum RollingRateType |
Implicit(RollingRateType to String) |
Implicit operator to convert RollingRateType to string |
Implicit(String to RollingRateType) |
Implicit operator to convert string to RollingRateType |
Inequality(RollingRateType, RollingRateType) |
Overriding != operator for enum RollingRateType |