getRunbook

Retrieve the runbook identified by runbook name. Uses Azure REST API version 2022-08-08. Other available API versions: 2023-05-15-preview, 2023-11-01, 2024-10-23.

Return

Definition of the runbook type.

Parameters

argument

null


suspend fun getRunbook(automationAccountName: String, resourceGroupName: String, runbookName: String): GetRunbookResult

Return

Definition of the runbook type.

Parameters

automationAccountName

The name of the automation account.

resourceGroupName

Name of an Azure Resource group.

runbookName

The runbook name.

See also


suspend fun getRunbook(argument: suspend GetRunbookPlainArgsBuilder.() -> Unit): GetRunbookResult

Return

Definition of the runbook type.

Parameters

argument

Builder for com.pulumi.azurenative.automation.kotlin.inputs.GetRunbookPlainArgs.

See also