Package version:

Interface Schedules

Interface representing a Schedules.

Hierarchy

  • Schedules

Methods

  • Deletes a Scheduled.

    Parameters

    • resourceGroupName: string

      The name of the resource group. The name is case insensitive.

    • projectName: string

      The name of the project.

    • poolName: string

      Name of the pool.

    • scheduleName: string

      The name of the schedule that uniquely identifies it.

    • Optional options: SchedulesDeleteOptionalParams

      The options parameters.

    Returns Promise<PollerLike<PollOperationState<void>, void>>

  • Deletes a Scheduled.

    Parameters

    • resourceGroupName: string

      The name of the resource group. The name is case insensitive.

    • projectName: string

      The name of the project.

    • poolName: string

      Name of the pool.

    • scheduleName: string

      The name of the schedule that uniquely identifies it.

    • Optional options: SchedulesDeleteOptionalParams

      The options parameters.

    Returns Promise<void>

  • Gets a schedule resource.

    Parameters

    • resourceGroupName: string

      The name of the resource group. The name is case insensitive.

    • projectName: string

      The name of the project.

    • poolName: string

      Name of the pool.

    • scheduleName: string

      The name of the schedule that uniquely identifies it.

    • Optional options: SchedulesGetOptionalParams

      The options parameters.

    Returns Promise<Schedule>

Generated using TypeDoc