Uses of Class
com.azure.resourcemanager.devcenter.fluent.models.OperationStatusInner
Package
Description
Package containing the service clients for DevCenterManagementClient.
Package containing the inner data models for DevCenterManagementClient.
Package containing the data models for DevCenterManagementClient.
-
Uses of OperationStatusInner in com.azure.resourcemanager.devcenter.fluent
Modifier and TypeMethodDescriptionGet Operation StatusModifier and TypeMethodDescriptioncom.azure.core.http.rest.Response<OperationStatusInner>
OperationStatusesClient.getWithResponse
(String location, String operationId, com.azure.core.util.Context context) Get Operation Status -
Uses of OperationStatusInner in com.azure.resourcemanager.devcenter.fluent.models
Modifier and TypeMethodDescriptionOperationStatusInner.withEndTime
(OffsetDateTime endTime) Set the endTime property: The end time of the operation.OperationStatusInner.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.OperationStatusInner.withOperations
(List<OperationStatusResult> operations) Set the operations property: The operations list.OperationStatusInner.withPercentComplete
(Float percentComplete) Set the percentComplete property: Percent of the operation that is complete.OperationStatusInner.withStartTime
(OffsetDateTime startTime) Set the startTime property: The start time of the operation.OperationStatusInner.withStatus
(String status) Set the status property: Operation status. -
Uses of OperationStatusInner in com.azure.resourcemanager.devcenter.models
Modifier and TypeMethodDescriptionOperationStatus.innerModel()
Gets the inner com.azure.resourcemanager.devcenter.fluent.models.OperationStatusInner object.