Options
All
  • Public
  • Public/Protected
  • All
Menu

Class TasksImpl

Package version

Class containing Tasks operations.

Hierarchy

  • TasksImpl

Implements

Index

Constructors

constructor

Methods

getResourceGroupLevelTask

getSubscriptionLevelTask

list

listByHomeRegion

listByResourceGroup

  • Recommended tasks that will help improve the security of the subscription proactively

    Parameters

    • resourceGroupName: string

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

    • ascLocation: string

      The location where ASC stores the data of the subscription. can be retrieved from Get locations

    • Optional options: TasksListByResourceGroupOptionalParams

      The options parameters.

    Returns PagedAsyncIterableIterator<SecurityTask>

updateResourceGroupLevelTaskState

  • Recommended tasks that will help improve the security of the subscription proactively

    Parameters

    • resourceGroupName: string

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

    • ascLocation: string

      The location where ASC stores the data of the subscription. can be retrieved from Get locations

    • taskName: string

      Name of the task object, will be a GUID

    • taskUpdateActionType: TaskUpdateActionType

      Type of the action to do on the task

    • Optional options: TasksUpdateResourceGroupLevelTaskStateOptionalParams

      The options parameters.

    Returns Promise<void>

updateSubscriptionLevelTaskState

Generated using TypeDoc