Module: Azure::Automation::Mgmt::V2015_10_31::Models::RunbookTypeEnum

Defined in:
lib/2015-10-31/generated/azure_mgmt_automation/models/runbook_type_enum.rb

Overview

Defines values for RunbookTypeEnum

Constant Summary collapse

Script =
"Script"
Graph =
"Graph"
PowerShellWorkflow =
"PowerShellWorkflow"
PowerShell =
"PowerShell"
GraphPowerShellWorkflow =
"GraphPowerShellWorkflow"
GraphPowerShell =
"GraphPowerShell"