Class TriggerScheduleState
Inherited Members
Namespace: Pulumi.Azure.DataFactory
Assembly: Pulumi.Azure.dll
Syntax
public sealed class TriggerScheduleState : ResourceArgs
Constructors
View SourceTriggerScheduleState()
Declaration
public TriggerScheduleState()
Properties
View SourceAnnotations
List of tags that can be used for describing the Data Factory Schedule Trigger.
Declaration
public InputList<string> Annotations { get; set; }
Property Value
| Type | Description |
|---|---|
| InputList<System.String> |
DataFactoryName
The Data Factory name in which to associate the Schedule Trigger with. Changing this forces a new resource.
Declaration
public Input<string> DataFactoryName { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
EndTime
The time the Schedule Trigger should end. The time will be represented in UTC.
Declaration
public Input<string> EndTime { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Frequency
The trigger freqency. Valid values include Minute, Hour, Day, Week, Month. Defaults to Minute.
Declaration
public Input<string> Frequency { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Interval
The interval for how often the trigger occurs. This defaults to 1.
Declaration
public Input<int> Interval { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Int32> |
Name
Specifies the name of the Data Factory Schedule Trigger. Changing this forces a new resource to be created. Must be globally unique. See the Microsoft documentation for all restrictions.
Declaration
public Input<string> Name { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
PipelineName
The Data Factory Pipeline name that the trigger will act on.
Declaration
public Input<string> PipelineName { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
PipelineParameters
The pipeline parameters that the trigger will act upon.
Declaration
public InputMap<string> PipelineParameters { get; set; }
Property Value
| Type | Description |
|---|---|
| InputMap<System.String> |
ResourceGroupName
The name of the resource group in which to create the Data Factory Schedule Trigger. Changing this forces a new resource
Declaration
public Input<string> ResourceGroupName { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
StartTime
The time the Schedule Trigger will start. This defaults to the current time. The time will be represented in UTC.
Declaration
public Input<string> StartTime { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |