GetRunbookResult

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.

Constructors

Link copied to clipboard
constructor(automationAccountName: String, content: String, description: String, id: String, location: String, logActivityTraceLevel: Int, logProgress: Boolean, logVerbose: Boolean, name: String, resourceGroupName: String, runbookType: String, tags: Map<String, String>)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
Link copied to clipboard

The content of the Runbook.

Link copied to clipboard

The description of the Runbook.

Link copied to clipboard
val id: String

The provider-assigned unique ID for this managed resource.

Link copied to clipboard

The Azure Region where the Runbook exists.

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
Link copied to clipboard

The type of Runbook.

Link copied to clipboard

A mapping of tags assigned to the Runbook.