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 DevCenterOperationStatusDevCenterOperationStatus.CANCELEDThe operation has been canceled by the user.static final DevCenterOperationStatusDevCenterOperationStatus.FAILEDThe operation has failed.static final DevCenterOperationStatusDevCenterOperationStatus.NOT_STARTEDThe operation has not started.static final DevCenterOperationStatusDevCenterOperationStatus.RUNNINGThe operation is in progress.static final DevCenterOperationStatusDevCenterOperationStatus.SUCCEEDEDThe operation has completed successfully.Methods in com.azure.developer.devcenter.models that return DevCenterOperationStatusModifier and TypeMethodDescriptionstatic DevCenterOperationStatusDevCenterOperationStatus.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.