Uses of Class
com.azure.resourcemanager.automation.models.RunbookState
Package
Description
Package containing the inner data models for AutomationClient.
Package containing the data models for AutomationClient.
-
Uses of RunbookState in com.azure.resourcemanager.automation.fluent.models
Modifier and TypeMethodDescriptionRunbookInner.state()
Get the state property: Gets or sets the state of the runbook.RunbookPropertiesInner.state()
Get the state property: Gets or sets the state of the runbook.Modifier and TypeMethodDescriptionRunbookInner.withState
(RunbookState state) Set the state property: Gets or sets the state of the runbook.RunbookPropertiesInner.withState
(RunbookState state) Set the state property: Gets or sets the state of the runbook. -
Uses of RunbookState in com.azure.resourcemanager.automation.models
Modifier and TypeFieldDescriptionstatic final RunbookState
RunbookState.EDIT
Static value Edit for RunbookState.static final RunbookState
RunbookState.NEW
Static value New for RunbookState.static final RunbookState
RunbookState.PUBLISHED
Static value Published for RunbookState.Modifier and TypeMethodDescriptionstatic RunbookState
RunbookState.fromString
(String name) Creates or finds a RunbookState from its string representation.Runbook.state()
Gets the state property: Gets or sets the state of the runbook.RunbookProperties.state()
Gets the state property: Gets or sets the state of the runbook.Modifier and TypeMethodDescriptionstatic Collection<RunbookState>
RunbookState.values()
Gets known RunbookState values.