Package version:

Interface Tasks

Interface representing a Tasks.

Hierarchy

  • Tasks

Methods

  • 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

    • Optional options: TasksGetResourceGroupLevelTaskOptionalParams

      The options parameters.

    Returns Promise<SecurityTask>

  • 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>

  • 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: string

      Type of the action to do on the task

    • Optional options: TasksUpdateResourceGroupLevelTaskStateOptionalParams

      The options parameters.

    Returns Promise<void>

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

    Parameters

    • 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: string

      Type of the action to do on the task

    • Optional options: TasksUpdateSubscriptionLevelTaskStateOptionalParams

      The options parameters.

    Returns Promise<void>

Generated using TypeDoc