This is the latest version of Azure Native. Use the Azure Native v2 docs if using the v2 version of this package.
Azure Native v3.8.0 published on Wednesday, Sep 3, 2025 by Pulumi
azure-native.automation.listAutomationAccountDeletedRunbooks
This is the latest version of Azure Native. Use the Azure Native v2 docs if using the v2 version of this package.
Azure Native v3.8.0 published on Wednesday, Sep 3, 2025 by Pulumi
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 for details.
Using listAutomationAccountDeletedRunbooks
Two invocation forms are available. The direct form accepts plain arguments and either blocks until the result value is available, or returns a Promise-wrapped result. The output form accepts Input-wrapped arguments and returns an Output-wrapped result.
function listAutomationAccountDeletedRunbooks(args: ListAutomationAccountDeletedRunbooksArgs, opts?: InvokeOptions): Promise<ListAutomationAccountDeletedRunbooksResult>
function listAutomationAccountDeletedRunbooksOutput(args: ListAutomationAccountDeletedRunbooksOutputArgs, opts?: InvokeOptions): Output<ListAutomationAccountDeletedRunbooksResult>def list_automation_account_deleted_runbooks(automation_account_name: Optional[str] = None,
                                             resource_group_name: Optional[str] = None,
                                             opts: Optional[InvokeOptions] = None) -> ListAutomationAccountDeletedRunbooksResult
def list_automation_account_deleted_runbooks_output(automation_account_name: Optional[pulumi.Input[str]] = None,
                                             resource_group_name: Optional[pulumi.Input[str]] = None,
                                             opts: Optional[InvokeOptions] = None) -> Output[ListAutomationAccountDeletedRunbooksResult]func ListAutomationAccountDeletedRunbooks(ctx *Context, args *ListAutomationAccountDeletedRunbooksArgs, opts ...InvokeOption) (*ListAutomationAccountDeletedRunbooksResult, error)
func ListAutomationAccountDeletedRunbooksOutput(ctx *Context, args *ListAutomationAccountDeletedRunbooksOutputArgs, opts ...InvokeOption) ListAutomationAccountDeletedRunbooksResultOutput> Note: This function is named ListAutomationAccountDeletedRunbooks in the Go SDK.
public static class ListAutomationAccountDeletedRunbooks 
{
    public static Task<ListAutomationAccountDeletedRunbooksResult> InvokeAsync(ListAutomationAccountDeletedRunbooksArgs args, InvokeOptions? opts = null)
    public static Output<ListAutomationAccountDeletedRunbooksResult> Invoke(ListAutomationAccountDeletedRunbooksInvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<ListAutomationAccountDeletedRunbooksResult> listAutomationAccountDeletedRunbooks(ListAutomationAccountDeletedRunbooksArgs args, InvokeOptions options)
public static Output<ListAutomationAccountDeletedRunbooksResult> listAutomationAccountDeletedRunbooks(ListAutomationAccountDeletedRunbooksArgs args, InvokeOptions options)
fn::invoke:
  function: azure-native:automation:listAutomationAccountDeletedRunbooks
  arguments:
    # arguments dictionaryThe following arguments are supported:
- AutomationAccount stringName 
- The name of the automation account.
- ResourceGroup stringName 
- Name of an Azure Resource group.
- AutomationAccount stringName 
- The name of the automation account.
- ResourceGroup stringName 
- Name of an Azure Resource group.
- automationAccount StringName 
- The name of the automation account.
- resourceGroup StringName 
- Name of an Azure Resource group.
- automationAccount stringName 
- The name of the automation account.
- resourceGroup stringName 
- Name of an Azure Resource group.
- automation_account_ strname 
- The name of the automation account.
- resource_group_ strname 
- Name of an Azure Resource group.
- automationAccount StringName 
- The name of the automation account.
- resourceGroup StringName 
- Name of an Azure Resource group.
listAutomationAccountDeletedRunbooks Result
The following output properties are available:
- NextLink string
- Gets or sets the next link.
- Value
List<Pulumi.Azure Native. Automation. Outputs. Deleted Runbook Response> 
- List of deleted runbooks in automation account.
- NextLink string
- Gets or sets the next link.
- Value
[]DeletedRunbook Response 
- List of deleted runbooks in automation account.
- nextLink String
- Gets or sets the next link.
- value
List<DeletedRunbook Response> 
- List of deleted runbooks in automation account.
- nextLink string
- Gets or sets the next link.
- value
DeletedRunbook Response[] 
- List of deleted runbooks in automation account.
- next_link str
- Gets or sets the next link.
- value
Sequence[DeletedRunbook Response] 
- List of deleted runbooks in automation account.
- nextLink String
- Gets or sets the next link.
- value List<Property Map>
- List of deleted runbooks in automation account.
Supporting Types
DeletedRunbookResponse  
- CreationTime string
- Gets or sets the creation time.
- DeletionTime string
- Gets or sets the last modified time.
- Id string
- The resource id.
- Location string
- Gets or sets the location of the resource.
- Name string
- Gets or sets name of the resource.
- RunbookId string
- Gets or sets the Runbook Id.
- RunbookType string
- Type of the runbook.
- Runtime string
- Gets or sets runtime of the runbook.
- RuntimeEnvironment string
- Environment of the runbook.
- CreationTime string
- Gets or sets the creation time.
- DeletionTime string
- Gets or sets the last modified time.
- Id string
- The resource id.
- Location string
- Gets or sets the location of the resource.
- Name string
- Gets or sets name of the resource.
- RunbookId string
- Gets or sets the Runbook Id.
- RunbookType string
- Type of the runbook.
- Runtime string
- Gets or sets runtime of the runbook.
- RuntimeEnvironment string
- Environment of the runbook.
- creationTime String
- Gets or sets the creation time.
- deletionTime String
- Gets or sets the last modified time.
- id String
- The resource id.
- location String
- Gets or sets the location of the resource.
- name String
- Gets or sets name of the resource.
- runbookId String
- Gets or sets the Runbook Id.
- runbookType String
- Type of the runbook.
- runtime String
- Gets or sets runtime of the runbook.
- runtimeEnvironment String
- Environment of the runbook.
- creationTime string
- Gets or sets the creation time.
- deletionTime string
- Gets or sets the last modified time.
- id string
- The resource id.
- location string
- Gets or sets the location of the resource.
- name string
- Gets or sets name of the resource.
- runbookId string
- Gets or sets the Runbook Id.
- runbookType string
- Type of the runbook.
- runtime string
- Gets or sets runtime of the runbook.
- runtimeEnvironment string
- Environment of the runbook.
- creation_time str
- Gets or sets the creation time.
- deletion_time str
- Gets or sets the last modified time.
- id str
- The resource id.
- location str
- Gets or sets the location of the resource.
- name str
- Gets or sets name of the resource.
- runbook_id str
- Gets or sets the Runbook Id.
- runbook_type str
- Type of the runbook.
- runtime str
- Gets or sets runtime of the runbook.
- runtime_environment str
- Environment of the runbook.
- creationTime String
- Gets or sets the creation time.
- deletionTime String
- Gets or sets the last modified time.
- id String
- The resource id.
- location String
- Gets or sets the location of the resource.
- name String
- Gets or sets name of the resource.
- runbookId String
- Gets or sets the Runbook Id.
- runbookType String
- Type of the runbook.
- runtime String
- Gets or sets runtime of the runbook.
- runtimeEnvironment String
- Environment of the runbook.
Package Details
- Repository
- Azure Native pulumi/pulumi-azure-native
- License
- Apache-2.0
This is the latest version of Azure Native. Use the Azure Native v2 docs if using the v2 version of this package.
Azure Native v3.8.0 published on Wednesday, Sep 3, 2025 by Pulumi
