list Automation Account Deleted Runbooks
suspend fun listAutomationAccountDeletedRunbooks(argument: ListAutomationAccountDeletedRunbooksPlainArgs): ListAutomationAccountDeletedRunbooksResult
Retrieve the deleted runbooks for an automation account. Uses Azure REST API version 2023-05-15-preview. Other available API versions: 2024-10-23.
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
automation Account Name
The name of the automation account.
resource Group Name
Name of an Azure Resource group.
See also
suspend fun listAutomationAccountDeletedRunbooks(argument: suspend ListAutomationAccountDeletedRunbooksPlainArgsBuilder.() -> Unit): ListAutomationAccountDeletedRunbooksResult
Return
The response model for the list deleted runbook.
Parameters
argument
Builder for com.pulumi.azurenative.automation.kotlin.inputs.ListAutomationAccountDeletedRunbooksPlainArgs.