### YamlMime:JavaType uid: "com.azure.resourcemanager.appservice.fluent.models.WorkflowRunActionProperties" fullName: "com.azure.resourcemanager.appservice.fluent.models.WorkflowRunActionProperties" name: "WorkflowRunActionProperties" nameWithType: "WorkflowRunActionProperties" summary: "The workflow run action properties." inheritances: - "" inheritedClassMethods: - classRef: "java.lang.Object" methodsRef: - "clone" - "equals" - "finalize" - "getClass" - "hashCode" - "notify" - "notifyAll" - "toString" - "wait" - "wait" - "wait" syntax: "public final class **WorkflowRunActionProperties**
implements <>" constructors: - uid: "com.azure.resourcemanager.appservice.fluent.models.WorkflowRunActionProperties.WorkflowRunActionProperties()" fullName: "com.azure.resourcemanager.appservice.fluent.models.WorkflowRunActionProperties.WorkflowRunActionProperties()" name: "WorkflowRunActionProperties()" nameWithType: "WorkflowRunActionProperties.WorkflowRunActionProperties()" summary: "Creates an instance of WorkflowRunActionProperties class." syntax: "public WorkflowRunActionProperties()" desc: "Creates an instance of WorkflowRunActionProperties class." methods: - uid: "com.azure.resourcemanager.appservice.fluent.models.WorkflowRunActionProperties.code()" fullName: "com.azure.resourcemanager.appservice.fluent.models.WorkflowRunActionProperties.code()" name: "code()" nameWithType: "WorkflowRunActionProperties.code()" summary: "Get the code property: Gets the code." syntax: "public String code()" desc: "Get the code property: Gets the code." returns: description: "the code value." type: "String" - uid: "com.azure.resourcemanager.appservice.fluent.models.WorkflowRunActionProperties.correlation()" fullName: "com.azure.resourcemanager.appservice.fluent.models.WorkflowRunActionProperties.correlation()" name: "correlation()" nameWithType: "WorkflowRunActionProperties.correlation()" summary: "Get the correlation property: The correlation properties." syntax: "public RunActionCorrelation correlation()" desc: "Get the correlation property: The correlation properties." returns: description: "the correlation value." type: "" - uid: "com.azure.resourcemanager.appservice.fluent.models.WorkflowRunActionProperties.endTime()" fullName: "com.azure.resourcemanager.appservice.fluent.models.WorkflowRunActionProperties.endTime()" name: "endTime()" nameWithType: "WorkflowRunActionProperties.endTime()" summary: "Get the endTime property: Gets the end time." syntax: "public OffsetDateTime endTime()" desc: "Get the endTime property: Gets the end time." returns: description: "the endTime value." type: "OffsetDateTime" - uid: "com.azure.resourcemanager.appservice.fluent.models.WorkflowRunActionProperties.error()" fullName: "com.azure.resourcemanager.appservice.fluent.models.WorkflowRunActionProperties.error()" name: "error()" nameWithType: "WorkflowRunActionProperties.error()" summary: "Get the error property: Gets the error." syntax: "public Object error()" desc: "Get the error property: Gets the error." returns: description: "the error value." type: "Object" - uid: "com.azure.resourcemanager.appservice.fluent.models.WorkflowRunActionProperties.fromJson(com.azure.json.JsonReader)" fullName: "com.azure.resourcemanager.appservice.fluent.models.WorkflowRunActionProperties.fromJson(JsonReader jsonReader)" name: "fromJson(JsonReader jsonReader)" nameWithType: "WorkflowRunActionProperties.fromJson(JsonReader jsonReader)" summary: "Reads an instance of WorkflowRunActionProperties from the JsonReader." modifiers: - "static" parameters: - description: "The JsonReader being read." name: "jsonReader" type: "" syntax: "public static WorkflowRunActionProperties fromJson(JsonReader jsonReader)" exceptions: - description: "If an error occurs while reading the WorkflowRunActionProperties." type: "IOException" desc: "Reads an instance of WorkflowRunActionProperties from the JsonReader." returns: description: "An instance of WorkflowRunActionProperties if the JsonReader was pointing to an instance of it, or null\n if it was pointing to JSON null." type: "" - uid: "com.azure.resourcemanager.appservice.fluent.models.WorkflowRunActionProperties.inputsLink()" fullName: "com.azure.resourcemanager.appservice.fluent.models.WorkflowRunActionProperties.inputsLink()" name: "inputsLink()" nameWithType: "WorkflowRunActionProperties.inputsLink()" summary: "Get the inputsLink property: Gets the link to inputs." syntax: "public ContentLink inputsLink()" desc: "Get the inputsLink property: Gets the link to inputs." returns: description: "the inputsLink value." type: "" - uid: "com.azure.resourcemanager.appservice.fluent.models.WorkflowRunActionProperties.outputsLink()" fullName: "com.azure.resourcemanager.appservice.fluent.models.WorkflowRunActionProperties.outputsLink()" name: "outputsLink()" nameWithType: "WorkflowRunActionProperties.outputsLink()" summary: "Get the outputsLink property: Gets the link to outputs." syntax: "public ContentLink outputsLink()" desc: "Get the outputsLink property: Gets the link to outputs." returns: description: "the outputsLink value." type: "" - uid: "com.azure.resourcemanager.appservice.fluent.models.WorkflowRunActionProperties.retryHistory()" fullName: "com.azure.resourcemanager.appservice.fluent.models.WorkflowRunActionProperties.retryHistory()" name: "retryHistory()" nameWithType: "WorkflowRunActionProperties.retryHistory()" summary: "Get the retryHistory property: Gets the retry histories." syntax: "public List retryHistory()" desc: "Get the retryHistory property: Gets the retry histories." returns: description: "the retryHistory value." type: "List<>" - uid: "com.azure.resourcemanager.appservice.fluent.models.WorkflowRunActionProperties.startTime()" fullName: "com.azure.resourcemanager.appservice.fluent.models.WorkflowRunActionProperties.startTime()" name: "startTime()" nameWithType: "WorkflowRunActionProperties.startTime()" summary: "Get the startTime property: Gets the start time." syntax: "public OffsetDateTime startTime()" desc: "Get the startTime property: Gets the start time." returns: description: "the startTime value." type: "OffsetDateTime" - uid: "com.azure.resourcemanager.appservice.fluent.models.WorkflowRunActionProperties.status()" fullName: "com.azure.resourcemanager.appservice.fluent.models.WorkflowRunActionProperties.status()" name: "status()" nameWithType: "WorkflowRunActionProperties.status()" summary: "Get the status property: Gets the status." syntax: "public WorkflowStatus status()" desc: "Get the status property: Gets the status." returns: description: "the status value." type: "" - uid: "com.azure.resourcemanager.appservice.fluent.models.WorkflowRunActionProperties.toJson(com.azure.json.JsonWriter)" fullName: "com.azure.resourcemanager.appservice.fluent.models.WorkflowRunActionProperties.toJson(JsonWriter jsonWriter)" name: "toJson(JsonWriter jsonWriter)" nameWithType: "WorkflowRunActionProperties.toJson(JsonWriter jsonWriter)" parameters: - name: "jsonWriter" type: "" syntax: "public JsonWriter toJson(JsonWriter jsonWriter)" exceptions: - type: "IOException" returns: type: "" - uid: "com.azure.resourcemanager.appservice.fluent.models.WorkflowRunActionProperties.trackedProperties()" fullName: "com.azure.resourcemanager.appservice.fluent.models.WorkflowRunActionProperties.trackedProperties()" name: "trackedProperties()" nameWithType: "WorkflowRunActionProperties.trackedProperties()" summary: "Get the trackedProperties property: Gets the tracked properties." syntax: "public Object trackedProperties()" desc: "Get the trackedProperties property: Gets the tracked properties." returns: description: "the trackedProperties value." type: "Object" - uid: "com.azure.resourcemanager.appservice.fluent.models.WorkflowRunActionProperties.trackingId()" fullName: "com.azure.resourcemanager.appservice.fluent.models.WorkflowRunActionProperties.trackingId()" name: "trackingId()" nameWithType: "WorkflowRunActionProperties.trackingId()" summary: "Get the trackingId property: Gets the tracking id." syntax: "public String trackingId()" desc: "Get the trackingId property: Gets the tracking id." returns: description: "the trackingId value." type: "String" - uid: "com.azure.resourcemanager.appservice.fluent.models.WorkflowRunActionProperties.validate()" fullName: "com.azure.resourcemanager.appservice.fluent.models.WorkflowRunActionProperties.validate()" name: "validate()" nameWithType: "WorkflowRunActionProperties.validate()" summary: "Validates the instance." syntax: "public void validate()" desc: "Validates the instance." - uid: "com.azure.resourcemanager.appservice.fluent.models.WorkflowRunActionProperties.withCorrelation(com.azure.resourcemanager.appservice.models.RunActionCorrelation)" fullName: "com.azure.resourcemanager.appservice.fluent.models.WorkflowRunActionProperties.withCorrelation(RunActionCorrelation correlation)" name: "withCorrelation(RunActionCorrelation correlation)" nameWithType: "WorkflowRunActionProperties.withCorrelation(RunActionCorrelation correlation)" summary: "Set the correlation property: The correlation properties." parameters: - description: "the correlation value to set." name: "correlation" type: "" syntax: "public WorkflowRunActionProperties withCorrelation(RunActionCorrelation correlation)" desc: "Set the correlation property: The correlation properties." returns: description: "the WorkflowRunActionProperties object itself." type: "" - uid: "com.azure.resourcemanager.appservice.fluent.models.WorkflowRunActionProperties.withRetryHistory(java.util.List)" fullName: "com.azure.resourcemanager.appservice.fluent.models.WorkflowRunActionProperties.withRetryHistory(List retryHistory)" name: "withRetryHistory(List retryHistory)" nameWithType: "WorkflowRunActionProperties.withRetryHistory(List retryHistory)" summary: "Set the retryHistory property: Gets the retry histories." parameters: - description: "the retryHistory value to set." name: "retryHistory" type: "List<>" syntax: "public WorkflowRunActionProperties withRetryHistory(List retryHistory)" desc: "Set the retryHistory property: Gets the retry histories." returns: description: "the WorkflowRunActionProperties object itself." type: "" type: "class" desc: "The workflow run action properties." implements: - "<>" metadata: {} package: "com.azure.resourcemanager.appservice.fluent.models" artifact: com.azure.resourcemanager:azure-resourcemanager-appservice:2.42.0