azure-native.automation.listAutomationAccountDeletedRunbooks
Explore with Pulumi AI
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 dictionary
The following arguments are supported:
- Automation
Account stringName - The name of the automation account.
- Resource
Group stringName - Name of an Azure Resource group.
- Automation
Account stringName - The name of the automation account.
- Resource
Group stringName - Name of an Azure Resource group.
- automation
Account StringName - The name of the automation account.
- resource
Group StringName - Name of an Azure Resource group.
- automation
Account stringName - The name of the automation account.
- resource
Group 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.
- automation
Account StringName - The name of the automation account.
- resource
Group StringName - Name of an Azure Resource group.
listAutomationAccountDeletedRunbooks Result
The following output properties are available:
- Next
Link string - Gets or sets the next link.
- Value
List<Pulumi.
Azure Native. Automation. Outputs. Deleted Runbook Response> - List of deleted runbooks in automation account.
- Next
Link string - Gets or sets the next link.
- Value
[]Deleted
Runbook Response - List of deleted runbooks in automation account.
- next
Link String - Gets or sets the next link.
- value
List<Deleted
Runbook Response> - List of deleted runbooks in automation account.
- next
Link string - Gets or sets the next link.
- value
Deleted
Runbook Response[] - List of deleted runbooks in automation account.
- next_
link str - Gets or sets the next link.
- value
Sequence[Deleted
Runbook Response] - List of deleted runbooks in automation account.
- next
Link String - Gets or sets the next link.
- value List<Property Map>
- List of deleted runbooks in automation account.
Supporting Types
DeletedRunbookResponse
- Creation
Time string - Gets or sets the creation time.
- Deletion
Time 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.
- Runbook
Id string - Gets or sets the Runbook Id.
- Runbook
Type string - Type of the runbook.
- Runtime string
- Gets or sets runtime of the runbook.
- Runtime
Environment string - Environment of the runbook.
- Creation
Time string - Gets or sets the creation time.
- Deletion
Time 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.
- Runbook
Id string - Gets or sets the Runbook Id.
- Runbook
Type string - Type of the runbook.
- Runtime string
- Gets or sets runtime of the runbook.
- Runtime
Environment string - Environment of the runbook.
- creation
Time String - Gets or sets the creation time.
- deletion
Time 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.
- runbook
Id String - Gets or sets the Runbook Id.
- runbook
Type String - Type of the runbook.
- runtime String
- Gets or sets runtime of the runbook.
- runtime
Environment String - Environment of the runbook.
- creation
Time string - Gets or sets the creation time.
- deletion
Time 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.
- runbook
Id string - Gets or sets the Runbook Id.
- runbook
Type string - Type of the runbook.
- runtime string
- Gets or sets runtime of the runbook.
- runtime
Environment 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.
- creation
Time String - Gets or sets the creation time.
- deletion
Time 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.
- runbook
Id String - Gets or sets the Runbook Id.
- runbook
Type String - Type of the runbook.
- runtime String
- Gets or sets runtime of the runbook.
- runtime
Environment String - Environment of the runbook.
Package Details
- Repository
- Azure Native pulumi/pulumi-azure-native
- License
- Apache-2.0