RoutineTriggerType Struct

Definition

The discriminator values supported for routine triggers.

public readonly struct RoutineTriggerType : IEquatable<Azure.AI.Projects.RoutineTriggerType>
type RoutineTriggerType = struct
Public Structure RoutineTriggerType
Implements IEquatable(Of RoutineTriggerType)
Inheritance
RoutineTriggerType
Implements

Constructors

Name Description
RoutineTriggerType(String)

Initializes a new instance of RoutineTriggerType.

Properties

Name Description
Custom

A custom event trigger.

GithubIssue

A GitHub issue trigger.

Schedule

A recurring cron-based trigger.

Timer

A one-shot timer trigger.

Methods

Name Description
Equals(RoutineTriggerType)

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(RoutineTriggerType, RoutineTriggerType)

Determines if two RoutineTriggerType values are the same.

Implicit(String to Nullable<RoutineTriggerType>)
Implicit(String to RoutineTriggerType)

Converts a string to a RoutineTriggerType.

Inequality(RoutineTriggerType, RoutineTriggerType)

Determines if two RoutineTriggerType values are not the same.

Applies to