getRunbook

Retrieve the runbook identified by runbook name. Azure REST API version: 2022-08-08.

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.

See also

Parameters

automationAccountName

The name of the automation account.

resourceGroupName

Name of an Azure Resource group.

runbookName

The runbook name.


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

Return

Definition of the runbook type.

See also

Parameters

argument

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