Uses of Enum
com.azure.resourcemanager.labservices.models.EnableState
Packages that use EnableState
Package
Description
Package containing the inner data models for LabServicesClient.
Package containing the data models for LabServicesClient.
-
Uses of EnableState in com.azure.resourcemanager.labservices.fluent.models
Methods in com.azure.resourcemanager.labservices.fluent.models that return EnableStateModifier and TypeMethodDescriptionImageInner.enabledState()
Get the enabledState property: Is the image enabled.ImageUpdateProperties.enabledState()
Get the enabledState property: Is the image enabled.ImageInner.termsStatus()
Get the termsStatus property: The status of image terms of use (enabled = accepted, disabled = not accepted).ImageProperties.termsStatus()
Get the termsStatus property: The status of image terms of use (enabled = accepted, disabled = not accepted).Methods in com.azure.resourcemanager.labservices.fluent.models with parameters of type EnableStateModifier and TypeMethodDescriptionImageInner.withEnabledState
(EnableState enabledState) Set the enabledState property: Is the image enabled.ImageProperties.withEnabledState
(EnableState enabledState) Set the enabledState property: Is the image enabled.ImageUpdateProperties.withEnabledState
(EnableState enabledState) Set the enabledState property: Is the image enabled. -
Uses of EnableState in com.azure.resourcemanager.labservices.models
Methods in com.azure.resourcemanager.labservices.models that return EnableStateModifier and TypeMethodDescriptionImage.enabledState()
Gets the enabledState property: Is the image enabled.ImageUpdate.enabledState()
Get the enabledState property: Is the image enabled.static EnableState
EnableState.fromString
(String value) Parses a serialized value to a EnableState instance.VirtualMachineAdditionalCapabilities.installGpuDrivers()
Get the installGpuDrivers property: Flag to pre-install dedicated GPU drivers.SecurityProfile.openAccess()
Get the openAccess property: Whether any user or only specified users can register to a lab.AutoShutdownProfile.shutdownOnDisconnect()
Get the shutdownOnDisconnect property: Whether shutdown on disconnect is enabled.AutoShutdownProfile.shutdownWhenNotConnected()
Get the shutdownWhenNotConnected property: Whether a VM will get shutdown when it hasn't been connected to after a period of time.Image.termsStatus()
Gets the termsStatus property: The status of image terms of use (enabled = accepted, disabled = not accepted).VirtualMachineProfile.useSharedPassword()
Get the useSharedPassword property: Enabling this option will use the same password for all user VMs.static EnableState
Returns the enum constant of this type with the specified name.static EnableState[]
EnableState.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 EnableStateModifier and TypeMethodDescriptionImage.DefinitionStages.WithEnabledState.withEnabledState
(EnableState enabledState) Specifies the enabledState property: Is the image enabled.Image.UpdateStages.WithEnabledState.withEnabledState
(EnableState enabledState) Specifies the enabledState property: Is the image enabled.ImageUpdate.withEnabledState
(EnableState enabledState) Set the enabledState property: Is the image enabled.VirtualMachineAdditionalCapabilities.withInstallGpuDrivers
(EnableState installGpuDrivers) Set the installGpuDrivers property: Flag to pre-install dedicated GPU drivers.SecurityProfile.withOpenAccess
(EnableState openAccess) Set the openAccess property: Whether any user or only specified users can register to a lab.AutoShutdownProfile.withShutdownOnDisconnect
(EnableState shutdownOnDisconnect) Set the shutdownOnDisconnect property: Whether shutdown on disconnect is enabled.AutoShutdownProfile.withShutdownWhenNotConnected
(EnableState shutdownWhenNotConnected) Set the shutdownWhenNotConnected property: Whether a VM will get shutdown when it hasn't been connected to after a period of time.VirtualMachineProfile.withUseSharedPassword
(EnableState useSharedPassword) Set the useSharedPassword property: Enabling this option will use the same password for all user VMs.