Share via


RunbookCreateOrUpdateDraftParameters.RunbookContent Property

Definition

Gets or sets content of the Runbook.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to