azure-docs-sdk-java/docs-ref-autogen/com.azure.resourcemanager.a...

216 строки
16 KiB
YAML

### 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:
- "<xref href=\"java.lang.Object?displayProperty=fullName\" data-throw-if-not-resolved=\"False\" />"
inheritedClassMethods:
- classRef: "java.lang.<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html\">Object</a>"
methodsRef:
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#clone--\">clone</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#equals-java.lang.Object-\">equals</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#finalize--\">finalize</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#getClass--\">getClass</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#hashCode--\">hashCode</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#notify--\">notify</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#notifyAll--\">notifyAll</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#toString--\">toString</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait--\">wait</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait-long-\">wait</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait-long-int-\">wait</a>"
syntax: "public final class **WorkflowRunActionProperties**</br> implements <xref href=\"com.azure.json.JsonSerializable?alt=com.azure.json.JsonSerializable&text=JsonSerializable\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.azure.resourcemanager.appservice.fluent.models.WorkflowRunActionProperties?alt=com.azure.resourcemanager.appservice.fluent.models.WorkflowRunActionProperties&text=WorkflowRunActionProperties\" data-throw-if-not-resolved=\"False\" />&gt;"
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 Workflow<wbr>Run<wbr>Action<wbr>Properties 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: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- 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: "<xref href=\"com.azure.resourcemanager.appservice.models.RunActionCorrelation?alt=com.azure.resourcemanager.appservice.models.RunActionCorrelation&text=RunActionCorrelation\" data-throw-if-not-resolved=\"False\" />"
- 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 end<wbr>Time property: Gets the end time."
syntax: "public OffsetDateTime endTime()"
desc: "Get the endTime property: Gets the end time."
returns:
description: "the endTime value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/time/OffsetDateTime.html\">OffsetDateTime</a>"
- 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: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html\">Object</a>"
- 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 Workflow<wbr>Run<wbr>Action<wbr>Properties from the Json<wbr>Reader."
modifiers:
- "static"
parameters:
- description: "The JsonReader being read."
name: "jsonReader"
type: "<xref href=\"com.azure.json.JsonReader?alt=com.azure.json.JsonReader&text=JsonReader\" data-throw-if-not-resolved=\"False\" />"
syntax: "public static WorkflowRunActionProperties fromJson(JsonReader jsonReader)"
exceptions:
- description: "If an error occurs while reading the WorkflowRunActionProperties."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/io/IOException.html\">IOException</a>"
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: "<xref href=\"com.azure.resourcemanager.appservice.fluent.models.WorkflowRunActionProperties?alt=com.azure.resourcemanager.appservice.fluent.models.WorkflowRunActionProperties&text=WorkflowRunActionProperties\" data-throw-if-not-resolved=\"False\" />"
- 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 inputs<wbr>Link 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: "<xref href=\"com.azure.resourcemanager.appservice.models.ContentLink?alt=com.azure.resourcemanager.appservice.models.ContentLink&text=ContentLink\" data-throw-if-not-resolved=\"False\" />"
- 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 outputs<wbr>Link 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: "<xref href=\"com.azure.resourcemanager.appservice.models.ContentLink?alt=com.azure.resourcemanager.appservice.models.ContentLink&text=ContentLink\" data-throw-if-not-resolved=\"False\" />"
- 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 retry<wbr>History property: Gets the retry histories."
syntax: "public List<RetryHistory> retryHistory()"
desc: "Get the retryHistory property: Gets the retry histories."
returns:
description: "the retryHistory value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/util/List.html\">List</a>&lt;<xref href=\"com.azure.resourcemanager.appservice.models.RetryHistory?alt=com.azure.resourcemanager.appservice.models.RetryHistory&text=RetryHistory\" data-throw-if-not-resolved=\"False\" />&gt;"
- 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 start<wbr>Time property: Gets the start time."
syntax: "public OffsetDateTime startTime()"
desc: "Get the startTime property: Gets the start time."
returns:
description: "the startTime value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/time/OffsetDateTime.html\">OffsetDateTime</a>"
- 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: "<xref href=\"com.azure.resourcemanager.appservice.models.WorkflowStatus?alt=com.azure.resourcemanager.appservice.models.WorkflowStatus&text=WorkflowStatus\" data-throw-if-not-resolved=\"False\" />"
- 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: "<xref href=\"com.azure.json.JsonWriter?alt=com.azure.json.JsonWriter&text=JsonWriter\" data-throw-if-not-resolved=\"False\" />"
syntax: "public JsonWriter toJson(JsonWriter jsonWriter)"
exceptions:
- type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/io/IOException.html\">IOException</a>"
returns:
type: "<xref href=\"com.azure.json.JsonWriter?alt=com.azure.json.JsonWriter&text=JsonWriter\" data-throw-if-not-resolved=\"False\" />"
- 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 tracked<wbr>Properties property: Gets the tracked properties."
syntax: "public Object trackedProperties()"
desc: "Get the trackedProperties property: Gets the tracked properties."
returns:
description: "the trackedProperties value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html\">Object</a>"
- 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 tracking<wbr>Id property: Gets the tracking id."
syntax: "public String trackingId()"
desc: "Get the trackingId property: Gets the tracking id."
returns:
description: "the trackingId value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- 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: "<xref href=\"com.azure.resourcemanager.appservice.models.RunActionCorrelation?alt=com.azure.resourcemanager.appservice.models.RunActionCorrelation&text=RunActionCorrelation\" data-throw-if-not-resolved=\"False\" />"
syntax: "public WorkflowRunActionProperties withCorrelation(RunActionCorrelation correlation)"
desc: "Set the correlation property: The correlation properties."
returns:
description: "the WorkflowRunActionProperties object itself."
type: "<xref href=\"com.azure.resourcemanager.appservice.fluent.models.WorkflowRunActionProperties?alt=com.azure.resourcemanager.appservice.fluent.models.WorkflowRunActionProperties&text=WorkflowRunActionProperties\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.appservice.fluent.models.WorkflowRunActionProperties.withRetryHistory(java.util.List<com.azure.resourcemanager.appservice.models.RetryHistory>)"
fullName: "com.azure.resourcemanager.appservice.fluent.models.WorkflowRunActionProperties.withRetryHistory(List<RetryHistory> retryHistory)"
name: "withRetryHistory(List<RetryHistory> retryHistory)"
nameWithType: "WorkflowRunActionProperties.withRetryHistory(List<RetryHistory> retryHistory)"
summary: "Set the retry<wbr>History property: Gets the retry histories."
parameters:
- description: "the retryHistory value to set."
name: "retryHistory"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/util/List.html\">List</a>&lt;<xref href=\"com.azure.resourcemanager.appservice.models.RetryHistory?alt=com.azure.resourcemanager.appservice.models.RetryHistory&text=RetryHistory\" data-throw-if-not-resolved=\"False\" />&gt;"
syntax: "public WorkflowRunActionProperties withRetryHistory(List<RetryHistory> retryHistory)"
desc: "Set the retryHistory property: Gets the retry histories."
returns:
description: "the WorkflowRunActionProperties object itself."
type: "<xref href=\"com.azure.resourcemanager.appservice.fluent.models.WorkflowRunActionProperties?alt=com.azure.resourcemanager.appservice.fluent.models.WorkflowRunActionProperties&text=WorkflowRunActionProperties\" data-throw-if-not-resolved=\"False\" />"
type: "class"
desc: "The workflow run action properties."
implements:
- "<xref href=\"com.azure.json.JsonSerializable?alt=com.azure.json.JsonSerializable&text=JsonSerializable\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.azure.resourcemanager.appservice.fluent.models.WorkflowRunActionProperties?alt=com.azure.resourcemanager.appservice.fluent.models.WorkflowRunActionProperties&text=WorkflowRunActionProperties\" data-throw-if-not-resolved=\"False\" />&gt;"
metadata: {}
package: "com.azure.resourcemanager.appservice.fluent.models"
artifact: com.azure.resourcemanager:azure-resourcemanager-appservice:2.42.0