listAutomationAccountDeletedRunbooks

Retrieve the deleted runbooks for an automation account. Uses Azure REST API version 2023-05-15-preview. Other available API versions: 2024-10-23. These can be accessed by generating a local SDK package using the CLI command pulumi package add azure-native automation [ApiVersion]. See the ../../../version-guide/#accessing-any-api-version-via-local-packages for details.

Return

The response model for the list deleted runbook.

Parameters

argument

null


suspend fun listAutomationAccountDeletedRunbooks(automationAccountName: String, resourceGroupName: String): ListAutomationAccountDeletedRunbooksResult

Return

The response model for the list deleted runbook.

Parameters

automationAccountName

The name of the automation account.

resourceGroupName

Name of an Azure Resource group.

See also


Return

The response model for the list deleted runbook.

Parameters

argument

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

See also