RoutineTriggerKind Struct

Definition

The discriminator values supported for routine triggers.

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

Constructors

Name Description
RoutineTriggerKind(String)

Initializes a new instance of RoutineTriggerKind.

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(RoutineTriggerKind)

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

Determines if two RoutineTriggerKind values are the same.

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

Converts a string to a RoutineTriggerKind.

Inequality(RoutineTriggerKind, RoutineTriggerKind)

Determines if two RoutineTriggerKind values are not the same.

Applies to