MachineLearningTriggerType 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.
public readonly struct MachineLearningTriggerType : IEquatable<Azure.ResourceManager.MachineLearning.Models.MachineLearningTriggerType>
type MachineLearningTriggerType = struct
Public Structure MachineLearningTriggerType
Implements IEquatable(Of MachineLearningTriggerType)
- Inheritance
-
MachineLearningTriggerType
- Implements
Constructors
| Name | Description |
|---|---|
| MachineLearningTriggerType(String) |
Initializes a new instance of MachineLearningTriggerType. |
Properties
| Name | Description |
|---|---|
| Cron |
Gets the Cron. |
| Recurrence |
Gets the Recurrence. |
Methods
| Name | Description |
|---|---|
| Equals(MachineLearningTriggerType) |
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
| Name | Description |
|---|---|
| Equality(MachineLearningTriggerType, MachineLearningTriggerType) |
Determines if two MachineLearningTriggerType values are the same. |
| Implicit(String to MachineLearningTriggerType) |
Converts a string to a MachineLearningTriggerType. |
| Implicit(String to Nullable<MachineLearningTriggerType>) | |
| Inequality(MachineLearningTriggerType, MachineLearningTriggerType) |
Determines if two MachineLearningTriggerType values are not the same. |