Uses of Enum
com.azure.resourcemanager.automation.models.RunbookProvisioningState
Package
Description
Package containing the inner data models for AutomationClient.
Package containing the data models for AutomationClient.
-
Uses of RunbookProvisioningState in com.azure.resourcemanager.automation.fluent.models
Modifier and TypeMethodDescriptionRunbookInner.provisioningState()
Get the provisioningState property: Gets or sets the provisioning state of the runbook.RunbookPropertiesInner.provisioningState()
Get the provisioningState property: Gets or sets the provisioning state of the runbook.Modifier and TypeMethodDescriptionRunbookInner.withProvisioningState
(RunbookProvisioningState provisioningState) Set the provisioningState property: Gets or sets the provisioning state of the runbook.RunbookPropertiesInner.withProvisioningState
(RunbookProvisioningState provisioningState) Set the provisioningState property: Gets or sets the provisioning state of the runbook. -
Uses of RunbookProvisioningState in com.azure.resourcemanager.automation.models
Modifier and TypeMethodDescriptionstatic RunbookProvisioningState
RunbookProvisioningState.fromString
(String value) Parses a serialized value to a RunbookProvisioningState instance.Runbook.provisioningState()
Gets the provisioningState property: Gets or sets the provisioning state of the runbook.RunbookProperties.provisioningState()
Gets the provisioningState property: Gets or sets the provisioning state of the runbook.static RunbookProvisioningState
Returns the enum constant of this type with the specified name.static RunbookProvisioningState[]
RunbookProvisioningState.values()
Returns an array containing the constants of this enum type, in the order they are declared.