MachineLearningScheduleProvisioningState 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.
public readonly struct MachineLearningScheduleProvisioningState : IEquatable<Azure.ResourceManager.MachineLearning.Models.MachineLearningScheduleProvisioningState>
type MachineLearningScheduleProvisioningState = struct
Public Structure MachineLearningScheduleProvisioningState
Implements IEquatable(Of MachineLearningScheduleProvisioningState)
- Inheritance
-
MachineLearningScheduleProvisioningState
- Implements
Constructors
MachineLearningScheduleProvisioningState(String) |
Initializes a new instance of MachineLearningScheduleProvisioningState. |
Properties
Completed |
Completed. |
Failed |
Failed. |
Provisioning |
Provisioning. |
Methods
Equals(MachineLearningScheduleProvisioningState) |
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(MachineLearningScheduleProvisioningState, MachineLearningScheduleProvisioningState) |
Determines if two MachineLearningScheduleProvisioningState values are the same. |
Implicit(String to MachineLearningScheduleProvisioningState) |
Converts a string to a MachineLearningScheduleProvisioningState. |
Inequality(MachineLearningScheduleProvisioningState, MachineLearningScheduleProvisioningState) |
Determines if two MachineLearningScheduleProvisioningState values are not the same. |
Applies to
Azure SDK for .NET