Class RunbookState
java.lang.Object
com.azure.core.util.ExpandableStringEnum<RunbookState>
com.azure.resourcemanager.automation.models.RunbookState
- All Implemented Interfaces:
com.azure.core.util.ExpandableEnum<String>
Gets or sets the state of the runbook.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final RunbookState
Static value Edit for RunbookState.static final RunbookState
Static value New for RunbookState.static final RunbookState
Static value Published for RunbookState. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic RunbookState
fromString
(String name) Creates or finds a RunbookState from its string representation.static Collection
<RunbookState> values()
Gets known RunbookState values.Methods inherited from class com.azure.core.util.ExpandableStringEnum
equals, fromString, getValue, hashCode, toString, values
-
Field Details
-
NEW
Static value New for RunbookState. -
EDIT
Static value Edit for RunbookState. -
PUBLISHED
Static value Published for RunbookState.
-
-
Constructor Details
-
RunbookState
Deprecated.Use thefromString(String)
factory method.Creates a new instance of RunbookState value.
-
-
Method Details
-
fromString
Creates or finds a RunbookState from its string representation.- Parameters:
name
- a name to look for.- Returns:
- the corresponding RunbookState.
-
values
Gets known RunbookState values.- Returns:
- known RunbookState values.
-
fromString(String)
factory method.