
com.azure.resourcemanager.datafactory.models.Trigger Maven / Gradle / Ivy
// Copyright (c) Microsoft Corporation. All rights reserved.
// Licensed under the MIT License.
// Code generated by Microsoft (R) AutoRest Code Generator.
package com.azure.resourcemanager.datafactory.models;
import com.azure.core.annotation.Fluent;
import com.azure.json.JsonReader;
import com.azure.json.JsonSerializable;
import com.azure.json.JsonToken;
import com.azure.json.JsonWriter;
import java.io.IOException;
import java.util.LinkedHashMap;
import java.util.List;
import java.util.Map;
/**
* Azure data factory nested object which contains information about creating pipeline run.
*/
@Fluent
public class Trigger implements JsonSerializable {
/*
* Trigger type.
*/
private String type = "Trigger";
/*
* Trigger description.
*/
private String description;
/*
* Indicates if trigger is running or not. Updated when Start/Stop APIs are called on the Trigger.
*/
private TriggerRuntimeState runtimeState;
/*
* List of tags that can be used for describing the trigger.
*/
private List
© 2015 - 2025 Weber Informatics LLC | Privacy Policy