ProjectsRoutineOptions(RoutineAction, String, Nullable<Boolean>) Constructor
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.
Create the options for routines.
public ProjectsRoutineOptions(Azure.AI.Projects.RoutineAction action, string description = default, bool? enabled = default);
new Azure.AI.Projects.ProjectsRoutineOptions : Azure.AI.Projects.RoutineAction * string * Nullable<bool> -> Azure.AI.Projects.ProjectsRoutineOptions
Public Sub New (action As RoutineAction, Optional description As String = Nothing, Optional enabled As Nullable(Of Boolean) = Nothing)
Parameters
- action
- RoutineAction
The action executed when the routine fires.
- description
- String
A human-readable description of the routine.
Exceptions
action is null.