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