Uses of Class
com.azure.resourcemanager.devcenter.models.OperationStatusResult
Package
Description
Package containing the inner data models for DevCenterManagementClient.
Package containing the data models for DevCenterManagementClient.
-
Uses of OperationStatusResult in com.azure.resourcemanager.devcenter.fluent.models
Modifier and TypeClassDescriptionfinal class
The current status of an async operation.Modifier and TypeMethodDescriptionOperationStatusInner.withOperations
(List<OperationStatusResult> operations) Set the operations property: The operations list. -
Uses of OperationStatusResult in com.azure.resourcemanager.devcenter.models
Modifier and TypeMethodDescriptionOperationStatusResult.withEndTime
(OffsetDateTime endTime) Set the endTime property: The end time of the operation.OperationStatusResult.withError
(com.azure.core.management.exception.ManagementError error) Set the error property: If present, details of the operation error.Set the id property: Fully qualified ID for the async operation.Set the name property: Name of the async operation.OperationStatusResult.withOperations
(List<OperationStatusResult> operations) Set the operations property: The operations list.OperationStatusResult.withPercentComplete
(Float percentComplete) Set the percentComplete property: Percent of the operation that is complete.OperationStatusResult.withStartTime
(OffsetDateTime startTime) Set the startTime property: The start time of the operation.OperationStatusResult.withStatus
(String status) Set the status property: Operation status.Modifier and TypeMethodDescriptionOperationStatus.operations()
Gets the operations property: The operations list.OperationStatusResult.operations()
Get the operations property: The operations list.Modifier and TypeMethodDescriptionOperationStatusResult.withOperations
(List<OperationStatusResult> operations) Set the operations property: The operations list.