ComputeTriggerType 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.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.ComputeTriggerTypeTypeConverter))]
public struct ComputeTriggerType : IEquatable<Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.ComputeTriggerType>, System.Management.Automation.IArgumentCompleter
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.ComputeTriggerTypeTypeConverter))>]
type ComputeTriggerType = struct
interface IArgumentCompleter
Public Structure ComputeTriggerType
Implements IArgumentCompleter, IEquatable(Of ComputeTriggerType)
- Inheritance
-
ComputeTriggerType
- Attributes
- Implements
Fields
Cron | |
Recurrence |
Methods
CompleteArgument(String, String, String, CommandAst, IDictionary) |
Implementations of this function are called by PowerShell to complete arguments. |
Equals(ComputeTriggerType) |
Compares values of enum type ComputeTriggerType |
Equals(Object) |
Compares values of enum type ComputeTriggerType (override for Object) |
GetHashCode() |
Returns hashCode for enum ComputeTriggerType |
ToString() |
Returns string representation for ComputeTriggerType |
Operators
Equality(ComputeTriggerType, ComputeTriggerType) |
Overriding == operator for enum ComputeTriggerType |
Implicit(ComputeTriggerType to String) |
Implicit operator to convert ComputeTriggerType to string |
Implicit(String to ComputeTriggerType) |
Implicit operator to convert string to ComputeTriggerType |
Inequality(ComputeTriggerType, ComputeTriggerType) |
Overriding != operator for enum ComputeTriggerType |