Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface Automations

Package version

Interface representing a Automations.

Hierarchy

  • Automations

Implemented by

Index

Methods

createOrUpdate

delete

  • Deletes a security automation.

    Parameters

    • resourceGroupName: string

      The name of the resource group within the user's subscription. The name is case insensitive.

    • automationName: string

      The security automation name.

    • Optional options: AutomationsDeleteOptionalParams

      The options parameters.

    Returns Promise<void>

get

list

listByResourceGroup

  • Lists all the security automations in the specified resource group. Use the 'nextLink' property in the response to get the next page of security automations for the specified resource group.

    Parameters

    Returns PagedAsyncIterableIterator<Automation>

validate

Generated using TypeDoc