Uses of Class
com.azure.resourcemanager.appservice.models.OperationResult
Packages that use OperationResult
Package
Description
Package containing the inner data models for WebSiteManagementClient.
Package containing the data models for WebSiteManagementClient.
-
Uses of OperationResult in com.azure.resourcemanager.appservice.fluent.models
Subclasses of OperationResult in com.azure.resourcemanager.appservice.fluent.modelsModifier and TypeClassDescriptionfinal class
The workflow run action repetition properties definition. -
Uses of OperationResult in com.azure.resourcemanager.appservice.models
Methods in com.azure.resourcemanager.appservice.models that return OperationResultModifier and TypeMethodDescriptionstatic OperationResult
OperationResult.fromJson
(com.azure.json.JsonReader jsonReader) Reads an instance of OperationResult from the JsonReader.Set the code property: The workflow scope repetition code.OperationResult.withCorrelation
(RunActionCorrelation correlation) Set the correlation property: The correlation properties.OperationResult.withEndTime
(OffsetDateTime endTime) Set the endTime property: The end time of the workflow scope repetition.Set the error property: Anything.OperationResult.withIterationCount
(Integer iterationCount) Set the iterationCount property: The iterationCount property.OperationResult.withRetryHistory
(List<RetryHistory> retryHistory) Set the retryHistory property: Gets the retry histories.OperationResult.withStartTime
(OffsetDateTime startTime) Set the startTime property: The start time of the workflow scope repetition.OperationResult.withStatus
(WorkflowStatus status) Set the status property: The status of the workflow scope repetition.