Get Runbook Result
data class GetRunbookResult(val automationAccountName: String, val content: String, val description: String, val id: String, val location: String, val logActivityTraceLevel: Int, val logProgress: Boolean, val logVerbose: Boolean, val name: String, val resourceGroupName: String, val runbookType: String, val tags: Map<String, String>)
A collection of values returned by getRunbook.
Properties
Link copied to clipboard
Link copied to clipboard
The description of the Runbook.
Link copied to clipboard
The activity-level tracing of the Runbook.
Link copied to clipboard
The Progress log option of the Runbook.
Link copied to clipboard
The Verbose log option of the Runbook.
Link copied to clipboard
Link copied to clipboard
The type of Runbook.