Uses of Class
com.azure.developer.devcenter.models.StopOnDisconnectStatus
Packages that use StopOnDisconnectStatus
Package
Description
Package containing the data models for DevCenterService.
-
Uses of StopOnDisconnectStatus in com.azure.developer.devcenter.models
Fields in com.azure.developer.devcenter.models declared as StopOnDisconnectStatusModifier and TypeFieldDescriptionstatic final StopOnDisconnectStatus
StopOnDisconnectStatus.DISABLED
Stop on disconnect is not enabled on the Dev Box.static final StopOnDisconnectStatus
StopOnDisconnectStatus.ENABLED
Stop on disconnect is enabled on the Dev Box.Methods in com.azure.developer.devcenter.models that return StopOnDisconnectStatusModifier and TypeMethodDescriptionstatic StopOnDisconnectStatus
StopOnDisconnectStatus.fromString
(String name) Creates or finds a StopOnDisconnectStatus from its string representation.StopOnDisconnectConfiguration.getStatus()
Get the status property: Indicates whether the feature to stop the devbox on disconnect once the grace period has lapsed is enabled.Methods in com.azure.developer.devcenter.models that return types with arguments of type StopOnDisconnectStatusModifier and TypeMethodDescriptionstatic Collection
<StopOnDisconnectStatus> StopOnDisconnectStatus.values()
Gets known StopOnDisconnectStatus values.