WorkflowRunActionInner Class
- java.
lang. Object - com.
azure. core. management. SubResource - com.
azure. resourcemanager. appservice. fluent. models. WorkflowRunActionInner
- com.
- com.
public final class WorkflowRunActionInner
extends SubResource
The workflow run action.
Constructor Summary
Constructor | Description |
---|---|
WorkflowRunActionInner() |
Creates an instance of Workflow |
Method Summary
Modifier and Type | Method and Description |
---|---|
String |
code()
Get the code property: Gets the code. |
Run |
correlation()
Get the correlation property: The correlation properties. |
Offset |
endTime()
Get the end |
Object |
error()
Get the error property: Gets the error. |
static
Workflow |
fromJson(JsonReader jsonReader)
Reads an instance of Workflow |
Content |
inputsLink()
Get the inputs |
String |
name()
Get the name property: Gets the workflow run action name. |
Content |
outputsLink()
Get the outputs |
List<Retry |
retryHistory()
Get the retry |
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 |
String |
type()
Get the type property: Gets the workflow run action type. |
void |
validate()
Validates the instance. |
Workflow |
withCorrelation(RunActionCorrelation correlation)
Set the correlation property: The correlation properties. |
Workflow |
withId(String id) |
Workflow |
withRetryHistory(List<RetryHistory> retryHistory)
Set the retry |
Methods inherited from SubResource
Methods inherited from java.lang.Object
Constructor Details
WorkflowRunActionInner
public WorkflowRunActionInner()
Creates an instance of WorkflowRunActionInner class.
Method Details
code
public String code()
Get the code property: Gets the code.
Returns:
correlation
public RunActionCorrelation correlation()
Get the correlation property: The correlation properties.
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 WorkflowRunActionInner fromJson(JsonReader jsonReader)
Reads an instance of WorkflowRunActionInner from the JsonReader.
Parameters:
Returns:
Throws:
inputsLink
public ContentLink inputsLink()
Get the inputsLink property: Gets the link to inputs.
Returns:
name
public String name()
Get the name property: Gets the workflow run action name.
Returns:
outputsLink
public ContentLink outputsLink()
Get the outputsLink property: Gets the link to outputs.
Returns:
retryHistory
public List
Get the retryHistory property: Gets the retry histories.
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
public JsonWriter toJson(JsonWriter jsonWriter)
Overrides:
WorkflowRunActionInner.toJson(JsonWriter jsonWriter)Parameters:
Throws:
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:
type
public String type()
Get the type property: Gets the workflow run action type.
Returns:
validate
public void validate()
Validates the instance.
withCorrelation
public WorkflowRunActionInner withCorrelation(RunActionCorrelation correlation)
Set the correlation property: The correlation properties.
Parameters:
Returns:
withId
public WorkflowRunActionInner withId(String id)
Overrides:
WorkflowRunActionInner.withId(String id)Parameters:
withRetryHistory
public WorkflowRunActionInner withRetryHistory(List
Set the retryHistory property: Gets the retry histories.
Parameters:
Returns:
Applies to
Azure SDK for Java