WorkflowRunTrigger Class
- java.
lang. Object - com.
azure. resourcemanager. appservice. models. WorkflowRunTrigger
- com.
Implements
public final class WorkflowRunTrigger
implements JsonSerializable<WorkflowRunTrigger>
The workflow run trigger.
Constructor Summary
Constructor | Description |
---|---|
WorkflowRunTrigger() |
Creates an instance of Workflow |
Method Summary
Modifier and Type | Method and Description |
---|---|
String |
code()
Get the code property: Gets the code. |
Correlation |
correlation()
Get the correlation property: The run correlation. |
Offset |
endTime()
Get the end |
Object |
error()
Get the error property: Gets the error. |
static
Workflow |
fromJson(JsonReader jsonReader)
Reads an instance of Workflow |
Object |
inputs()
Get the inputs property: Gets the inputs. |
Content |
inputsLink()
Get the inputs |
String |
name()
Get the name property: Gets the name. |
Object |
outputs()
Get the outputs property: Gets the outputs. |
Content |
outputsLink()
Get the outputs |
Offset |
scheduledTime()
Get the scheduled |
Offset |
startTime()
Get the start |
Workflow |
status()
Get the status property: Gets the status. |
Json |
toJson(JsonWriter jsonWriter) |
Object |
trackedProperties()
Get the tracked |
String |
trackingId()
Get the tracking |
void |
validate()
Validates the instance. |
Workflow |
withCorrelation(Correlation correlation)
Set the correlation property: The run correlation. |
Methods inherited from java.lang.Object
Constructor Details
WorkflowRunTrigger
public WorkflowRunTrigger()
Creates an instance of WorkflowRunTrigger class.
Method Details
code
public String code()
Get the code property: Gets the code.
Returns:
correlation
public Correlation correlation()
Get the correlation property: The run correlation.
Returns:
endTime
public OffsetDateTime endTime()
Get the endTime property: Gets the end time.
Returns:
error
public Object error()
Get the error property: Gets the error.
Returns:
fromJson
public static WorkflowRunTrigger fromJson(JsonReader jsonReader)
Reads an instance of WorkflowRunTrigger from the JsonReader.
Parameters:
Returns:
Throws:
inputs
public Object inputs()
Get the inputs property: Gets the inputs.
Returns:
inputsLink
public ContentLink inputsLink()
Get the inputsLink property: Gets the link to inputs.
Returns:
name
public String name()
Get the name property: Gets the name.
Returns:
outputs
public Object outputs()
Get the outputs property: Gets the outputs.
Returns:
outputsLink
public ContentLink outputsLink()
Get the outputsLink property: Gets the link to outputs.
Returns:
scheduledTime
public OffsetDateTime scheduledTime()
Get the scheduledTime property: Gets the scheduled time.
Returns:
startTime
public OffsetDateTime startTime()
Get the startTime property: Gets the start time.
Returns:
status
public WorkflowStatus status()
Get the status property: Gets the status.
Returns:
toJson
trackedProperties
public Object trackedProperties()
Get the trackedProperties property: Gets the tracked properties.
Returns:
trackingId
public String trackingId()
Get the trackingId property: Gets the tracking id.
Returns:
validate
public void validate()
Validates the instance.
withCorrelation
public WorkflowRunTrigger withCorrelation(Correlation correlation)
Set the correlation property: The run correlation.
Parameters:
Returns:
Applies to
Azure SDK for Java