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.
Is the trigger type recurrence or cron.
public readonly struct MachineLearningTriggerType : IEquatable<Azure.ResourceManager.MachineLearning.Models.MachineLearningTriggerType>
type MachineLearningTriggerType = struct
Public Structure MachineLearningTriggerType
Implements IEquatable(Of MachineLearningTriggerType)
- Inheritance
-
MachineLearningTriggerType
- Implements
Constructors
MachineLearningTriggerType(String) |
Initializes a new instance of MachineLearningTriggerType. |
Properties
Cron |
Cron. |
Recurrence |
Recurrence. |
Methods
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
Equality(MachineLearningTriggerType, MachineLearningTriggerType) |
Determines if two MachineLearningTriggerType values are the same. |
Implicit(String to MachineLearningTriggerType) |
Converts a string to a MachineLearningTriggerType. |
Inequality(MachineLearningTriggerType, MachineLearningTriggerType) |
Determines if two MachineLearningTriggerType values are not the same. |
Applies to
Azure SDK for .NET