GetRunbookResult

data class GetRunbookResult(val azureApiVersion: String, val creationTime: String? = null, val description: String? = null, val draft: RunbookDraftResponse? = null, val etag: String? = null, val id: String, val jobCount: Int? = null, val lastModifiedBy: String? = null, val lastModifiedTime: String? = null, val location: String? = null, val logActivityTrace: Int? = null, val logProgress: Boolean? = null, val logVerbose: Boolean? = null, val name: String, val outputTypes: List<String>? = null, val parameters: Map<String, RunbookParameterResponse>? = null, val provisioningState: String? = null, val runbookType: String? = null, val state: String? = null, val tags: Map<String, String>? = null, val type: String)

Definition of the runbook type.

Constructors

Link copied to clipboard
constructor(azureApiVersion: String, creationTime: String? = null, description: String? = null, draft: RunbookDraftResponse? = null, etag: String? = null, id: String, jobCount: Int? = null, lastModifiedBy: String? = null, lastModifiedTime: String? = null, location: String? = null, logActivityTrace: Int? = null, logProgress: Boolean? = null, logVerbose: Boolean? = null, name: String, outputTypes: List<String>? = null, parameters: Map<String, RunbookParameterResponse>? = null, provisioningState: String? = null, runbookType: String? = null, state: String? = null, tags: Map<String, String>? = null, type: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The Azure API version of the resource.

Link copied to clipboard
val creationTime: String? = null

Gets or sets the creation time.

Link copied to clipboard
val description: String? = null

Gets or sets the description.

Link copied to clipboard

Gets or sets the draft runbook properties.

Link copied to clipboard
val etag: String? = null

Gets or sets the etag of the resource.

Link copied to clipboard
val id: String

Fully qualified resource Id for the resource

Link copied to clipboard
val jobCount: Int? = null

Gets or sets the job count of the runbook.

Link copied to clipboard
val lastModifiedBy: String? = null

Gets or sets the last modified by.

Link copied to clipboard

Gets or sets the last modified time.

Link copied to clipboard
val location: String? = null

The Azure Region where the resource lives

Link copied to clipboard
val logActivityTrace: Int? = null

Gets or sets the option to log activity trace of the runbook.

Link copied to clipboard
val logProgress: Boolean? = null

Gets or sets progress log option.

Link copied to clipboard
val logVerbose: Boolean? = null

Gets or sets verbose log option.

Link copied to clipboard

The name of the resource

Link copied to clipboard
val outputTypes: List<String>? = null

Gets or sets the runbook output types.

Link copied to clipboard

Gets or sets the runbook parameters.

Link copied to clipboard

Gets or sets the provisioning state of the runbook.

Link copied to clipboard
val runbookType: String? = null

Gets or sets the type of the runbook.

Link copied to clipboard
val state: String? = null

Gets or sets the state of the runbook.

Link copied to clipboard
val tags: Map<String, String>? = null

Resource tags.

Link copied to clipboard

The type of the resource.