Class GalleryApplicationScriptRebootBehavior
java.lang.Object
com.azure.core.util.ExpandableStringEnum<GalleryApplicationScriptRebootBehavior>
com.azure.resourcemanager.compute.models.GalleryApplicationScriptRebootBehavior
- All Implemented Interfaces:
com.azure.core.util.ExpandableEnum<String>
public final class GalleryApplicationScriptRebootBehavior
extends com.azure.core.util.ExpandableStringEnum<GalleryApplicationScriptRebootBehavior>
Optional. The action to be taken with regards to install/update/remove of the gallery application in the event of a
reboot.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final GalleryApplicationScriptRebootBehaviorStatic value None for GalleryApplicationScriptRebootBehavior.static final GalleryApplicationScriptRebootBehaviorStatic value Rerun for GalleryApplicationScriptRebootBehavior. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfromString(String name) Creates or finds a GalleryApplicationScriptRebootBehavior from its string representation.values()Gets known GalleryApplicationScriptRebootBehavior values.Methods inherited from class com.azure.core.util.ExpandableStringEnum
equals, fromString, getValue, hashCode, toString, values
-
Field Details
-
NONE
Static value None for GalleryApplicationScriptRebootBehavior. -
RERUN
Static value Rerun for GalleryApplicationScriptRebootBehavior.
-
-
Constructor Details
-
GalleryApplicationScriptRebootBehavior
Deprecated.Use thefromString(String)factory method.Creates a new instance of GalleryApplicationScriptRebootBehavior value.
-
-
Method Details
-
fromString
Creates or finds a GalleryApplicationScriptRebootBehavior from its string representation.- Parameters:
name- a name to look for.- Returns:
- the corresponding GalleryApplicationScriptRebootBehavior.
-
values
Gets known GalleryApplicationScriptRebootBehavior values.- Returns:
- known GalleryApplicationScriptRebootBehavior values.
-
fromString(String)factory method.