Uses of Class
com.azure.resourcemanager.appservice.models.OperationResultProperties
Packages that use OperationResultProperties
Package
Description
Package containing the inner data models for WebSiteManagementClient.
Package containing the data models for WebSiteManagementClient.
-
Uses of OperationResultProperties in com.azure.resourcemanager.appservice.fluent.models
Modifier and TypeClassDescriptionfinal classThe workflow run action repetition properties definition. -
Uses of OperationResultProperties in com.azure.resourcemanager.appservice.models
Subclasses of OperationResultProperties in com.azure.resourcemanager.appservice.modelsClasses in com.azure.resourcemanager.appservice.models that implement interfaces with type arguments of type OperationResultPropertiesModifier and TypeClassDescriptionclassThe run operation result properties.Methods in com.azure.resourcemanager.appservice.models that return OperationResultPropertiesModifier and TypeMethodDescriptionstatic OperationResultPropertiesOperationResultProperties.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of OperationResultProperties from the JsonReader.Set the code property: The workflow scope repetition code.OperationResultProperties.withCorrelation(RunActionCorrelation correlation) Set the correlation property: The correlation properties.OperationResultProperties.withEndTime(OffsetDateTime endTime) Set the endTime property: The end time of the workflow scope repetition.Set the error property: Anything.OperationResultProperties.withStartTime(OffsetDateTime startTime) Set the startTime property: The start time of the workflow scope repetition.OperationResultProperties.withStatus(WorkflowStatus status) Set the status property: The status of the workflow scope repetition.