Share via


RunbookCreateOrUpdateDraftProperties.RunbookType Property

Definition

Gets or sets the type of the runbook. Possible values include: 'Script', 'Graph', 'PowerShellWorkflow', 'PowerShell', 'GraphPowerShellWorkflow', 'GraphPowerShell'

public string RunbookType { get; set; }
[Newtonsoft.Json.JsonProperty(PropertyName="runbookType")]
public string RunbookType { get; set; }
member this.RunbookType : string with get, set
[<Newtonsoft.Json.JsonProperty(PropertyName="runbookType")>]
member this.RunbookType : string with get, set
Public Property RunbookType As String

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to