Share via


MachineLearningTriggerType Struct

Definition

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

Name Description
MachineLearningTriggerType(String)

Initializes a new instance of MachineLearningTriggerType.

Properties

Name Description
Cron

Cron.

Recurrence

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.

Inequality(MachineLearningTriggerType, MachineLearningTriggerType)

Determines if two MachineLearningTriggerType values are not the same.

Applies to