Show / Hide Table of Contents

Class TriggerScheduleState

Inheritance
System.Object
InputArgs
ResourceArgs
TriggerScheduleState
Inherited Members
ResourceArgs.Empty
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Pulumi.Azure.DataFactory
Assembly: Pulumi.Azure.dll
Syntax
public sealed class TriggerScheduleState : ResourceArgs

Constructors

View Source

TriggerScheduleState()

Declaration
public TriggerScheduleState()

Properties

View Source

Annotations

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>
View Source

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>
View Source

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>
View Source

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>
View Source

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>
View Source

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>
View Source

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>
View Source

PipelineParameters

The pipeline parameters that the trigger will act upon.

Declaration
public InputMap<string> PipelineParameters { get; set; }
Property Value
Type Description
InputMap<System.String>
View Source

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>
View Source

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>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.