Uses of Class
com.azure.developer.devcenter.models.DevCenterOperationStatus
Packages that use DevCenterOperationStatus
Package
Description
Package containing the data models for DevCenterService.
-
Uses of DevCenterOperationStatus in com.azure.developer.devcenter.models
Fields in com.azure.developer.devcenter.models declared as DevCenterOperationStatusModifier and TypeFieldDescriptionstatic final DevCenterOperationStatus
DevCenterOperationStatus.CANCELED
The operation has been canceled by the user.static final DevCenterOperationStatus
DevCenterOperationStatus.FAILED
The operation has failed.static final DevCenterOperationStatus
DevCenterOperationStatus.NOT_STARTED
The operation has not started.static final DevCenterOperationStatus
DevCenterOperationStatus.RUNNING
The operation is in progress.static final DevCenterOperationStatus
DevCenterOperationStatus.SUCCEEDED
The operation has completed successfully.Methods in com.azure.developer.devcenter.models that return DevCenterOperationStatusModifier and TypeMethodDescriptionstatic DevCenterOperationStatus
DevCenterOperationStatus.fromString
(String name) Creates or finds a DevCenterOperationStatus from its string representation.DevCenterOperationDetails.getStatus()
Get the status property: Provisioning state of the resource.Methods in com.azure.developer.devcenter.models that return types with arguments of type DevCenterOperationStatusModifier and TypeMethodDescriptionstatic Collection
<DevCenterOperationStatus> DevCenterOperationStatus.values()
Gets known DevCenterOperationStatus values.