list Automation Account Deleted Runbooks
suspend fun listAutomationAccountDeletedRunbooks(argument: ListAutomationAccountDeletedRunbooksPlainArgs): ListAutomationAccountDeletedRunbooksResult
Retrieve the deleted runbooks for an automation account. Azure REST API version: 2023-05-15-preview.
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.