Class ImageUpdate
java.lang.Object
com.azure.resourcemanager.labservices.models.ImageUpdate
Lab services virtual machine image for updates.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGet the enabledState property: Is the image enabled.void
validate()
Validates the instance.withEnabledState
(EnableState enabledState) Set the enabledState property: Is the image enabled.
-
Constructor Details
-
ImageUpdate
public ImageUpdate()
-
-
Method Details
-
enabledState
Get the enabledState property: Is the image enabled.- Returns:
- the enabledState value.
-
withEnabledState
Set the enabledState property: Is the image enabled.- Parameters:
enabledState
- the enabledState value to set.- Returns:
- the ImageUpdate object itself.
-
validate
public void validate()Validates the instance.- Throws:
IllegalArgumentException
- thrown if the instance is not valid.
-