Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface Schedules

Package version

Interface representing a Schedules.

Hierarchy

  • Schedules

Implemented by

Index

Methods

beginCreateOrUpdate

beginCreateOrUpdateAndWait

beginDelete

  • beginDelete(resourceGroupName: string, projectName: string, poolName: string, scheduleName: string, options?: SchedulesDeleteOptionalParams): Promise<PollerLike<PollOperationState<void>, void>>
  • Deletes a Scheduled.

    Parameters

    • resourceGroupName: string

      Name of the resource group within the Azure subscription.

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

beginDeleteAndWait

  • beginDeleteAndWait(resourceGroupName: string, projectName: string, poolName: string, scheduleName: string, options?: SchedulesDeleteOptionalParams): Promise<void>
  • Deletes a Scheduled.

    Parameters

    • resourceGroupName: string

      Name of the resource group within the Azure subscription.

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

beginUpdate

  • beginUpdate(resourceGroupName: string, projectName: string, poolName: string, scheduleName: string, body: ScheduleUpdate, options?: SchedulesUpdateOptionalParams): Promise<PollerLike<PollOperationState<void>, void>>
  • Partially updates a Scheduled.

    Parameters

    • resourceGroupName: string

      Name of the resource group within the Azure subscription.

    • projectName: string

      The name of the project.

    • poolName: string

      Name of the pool.

    • scheduleName: string

      The name of the schedule that uniquely identifies it.

    • body: ScheduleUpdate

      Represents a scheduled task.

    • Optional options: SchedulesUpdateOptionalParams

      The options parameters.

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

beginUpdateAndWait

  • Partially updates a Scheduled.

    Parameters

    • resourceGroupName: string

      Name of the resource group within the Azure subscription.

    • projectName: string

      The name of the project.

    • poolName: string

      Name of the pool.

    • scheduleName: string

      The name of the schedule that uniquely identifies it.

    • body: ScheduleUpdate

      Represents a scheduled task.

    • Optional options: SchedulesUpdateOptionalParams

      The options parameters.

    Returns Promise<void>

get

  • Gets a schedule resource.

    Parameters

    • resourceGroupName: string

      Name of the resource group within the Azure subscription.

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

listByPool

Generated using TypeDoc