Package version:

Interface representing a BackupSchedules.

Hierarchy

  • BackupSchedules

Methods

  • Deletes the backup schedule.

    Parameters

    • deviceName: string

      The device name

    • backupPolicyName: string

      The backup policy name.

    • backupScheduleName: string

      The name the backup schedule.

    • resourceGroupName: string

      The resource group name

    • managerName: string

      The manager name

    • Optional options: BackupSchedulesDeleteOptionalParams

      The options parameters.

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

  • Deletes the backup schedule.

    Parameters

    • deviceName: string

      The device name

    • backupPolicyName: string

      The backup policy name.

    • backupScheduleName: string

      The name the backup schedule.

    • resourceGroupName: string

      The resource group name

    • managerName: string

      The manager name

    • Optional options: BackupSchedulesDeleteOptionalParams

      The options parameters.

    Returns Promise<void>

  • Gets the properties of the specified backup schedule name.

    Parameters

    • deviceName: string

      The device name

    • backupPolicyName: string

      The backup policy name.

    • backupScheduleName: string

      The name of the backup schedule to be fetched

    • resourceGroupName: string

      The resource group name

    • managerName: string

      The manager name

    • Optional options: BackupSchedulesGetOptionalParams

      The options parameters.

    Returns Promise<BackupSchedule>

Generated using TypeDoc