ScheduleStatus 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.
Is the schedule enabled or disabled?
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.ScheduleStatusTypeConverter))]
public struct ScheduleStatus : IEquatable<Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.ScheduleStatus>, System.Management.Automation.IArgumentCompleter
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.ScheduleStatusTypeConverter))>]
type ScheduleStatus = struct
interface IArgumentCompleter
Public Structure ScheduleStatus
Implements IArgumentCompleter, IEquatable(Of ScheduleStatus)
- Inheritance
-
ScheduleStatus
- Attributes
- Implements
Fields
Disabled | |
Enabled |
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 ScheduleStatus (override for Object) |
Equals(ScheduleStatus) |
Compares values of enum type ScheduleStatus |
GetHashCode() |
Returns hashCode for enum ScheduleStatus |
ToString() |
Returns string representation for ScheduleStatus |
Operators
Equality(ScheduleStatus, ScheduleStatus) |
Overriding == operator for enum ScheduleStatus |
Implicit(ScheduleStatus to String) |
Implicit operator to convert ScheduleStatus to string |
Implicit(String to ScheduleStatus) |
Implicit operator to convert string to ScheduleStatus |
Inequality(ScheduleStatus, ScheduleStatus) |
Overriding != operator for enum ScheduleStatus |