Trigger Class
- java.
lang. Object - com.
azure. resourcemanager. datafactory. models. Trigger
- com.
Implements
public class Trigger
implements JsonSerializable<Trigger>
Azure data factory nested object which contains information about creating pipeline run.
Constructor Summary
| Constructor | Description |
|---|---|
| Trigger() |
Creates an instance of Trigger class. |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
| Map<String,Object> |
additionalProperties()
Get the additional |
| List<Object> |
annotations()
Get the annotations property: List of tags that can be used for describing the trigger. |
| String |
description()
Get the description property: Trigger description. |
| static Trigger |
fromJson(JsonReader jsonReader)
Reads an instance of Trigger from the Json |
|
Trigger |
runtimeState()
Get the runtime |
|
Json |
toJson(JsonWriter jsonWriter) |
| String |
type()
Get the type property: Trigger type. |
| Trigger |
withAdditionalProperties(Map<String,Object> additionalProperties)
Set the additional |
| Trigger |
withAnnotations(List<Object> annotations)
Set the annotations property: List of tags that can be used for describing the trigger. |
| Trigger |
withDescription(String description)
Set the description property: Trigger description. |
Methods inherited from java.lang.Object
Constructor Details
Trigger
public Trigger()
Creates an instance of Trigger class.
Method Details
additionalProperties
public Map<String,Object> additionalProperties()
Get the additionalProperties property: Azure data factory nested object which contains information about creating pipeline run.
Returns:
annotations
public List<Object> annotations()
Get the annotations property: List of tags that can be used for describing the trigger.
Returns:
description
public String description()
Get the description property: Trigger description.
Returns:
fromJson
public static Trigger fromJson(JsonReader jsonReader)
Reads an instance of Trigger from the JsonReader.
Parameters:
Returns:
Throws:
runtimeState
public TriggerRuntimeState runtimeState()
Get the runtimeState property: Indicates if trigger is running or not. Updated when Start/Stop APIs are called on the Trigger.
Returns:
toJson
type
public String type()
Get the type property: Trigger type.
Returns:
withAdditionalProperties
public Trigger withAdditionalProperties(Map<String,Object> additionalProperties)
Set the additionalProperties property: Azure data factory nested object which contains information about creating pipeline run.
Parameters:
Returns:
withAnnotations
public Trigger withAnnotations(List<Object> annotations)
Set the annotations property: List of tags that can be used for describing the trigger.
Parameters:
Returns:
withDescription
public Trigger withDescription(String description)
Set the description property: Trigger description.
Parameters:
Returns: