Uses of Enum
com.azure.resourcemanager.labservices.models.ShutdownOnIdleMode
Packages that use ShutdownOnIdleMode
Package
Description
Package containing the data models for LabServicesClient.
-
Uses of ShutdownOnIdleMode in com.azure.resourcemanager.labservices.models
Methods in com.azure.resourcemanager.labservices.models that return ShutdownOnIdleModeModifier and TypeMethodDescriptionstatic ShutdownOnIdleMode
ShutdownOnIdleMode.fromString
(String value) Parses a serialized value to a ShutdownOnIdleMode instance.AutoShutdownProfile.shutdownOnIdle()
Get the shutdownOnIdle property: Whether a VM will get shutdown when it has idled for a period of time.static ShutdownOnIdleMode
Returns the enum constant of this type with the specified name.static ShutdownOnIdleMode[]
ShutdownOnIdleMode.values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.azure.resourcemanager.labservices.models with parameters of type ShutdownOnIdleModeModifier and TypeMethodDescriptionAutoShutdownProfile.withShutdownOnIdle
(ShutdownOnIdleMode shutdownOnIdle) Set the shutdownOnIdle property: Whether a VM will get shutdown when it has idled for a period of time.