Options
All
  • Public
  • Public/Protected
  • All
Menu

Class BackupScheduleGroups

Package version

Class representing a BackupScheduleGroups.

Hierarchy

  • BackupScheduleGroups

Index

Constructors

constructor

Methods

beginCreateOrUpdate

  • beginCreateOrUpdate(deviceName: string, scheduleGroupName: string, scheduleGroup: BackupScheduleGroup, resourceGroupName: string, managerName: string, options?: msRest.RequestOptionsBase): Promise<msRestAzure.LROPoller>
  • Creates or Updates the backup schedule Group.

    Parameters

    • deviceName: string

      The name of the device.

    • scheduleGroupName: string

      The name of the schedule group.

    • scheduleGroup: BackupScheduleGroup

      The schedule group to be created

    • resourceGroupName: string

      The resource group name

    • managerName: string

      The manager name

    • Optional options: msRest.RequestOptionsBase

    Returns Promise<msRestAzure.LROPoller>

    Promise<msRestAzure.LROPoller>

beginDeleteMethod

  • beginDeleteMethod(deviceName: string, scheduleGroupName: string, resourceGroupName: string, managerName: string, options?: msRest.RequestOptionsBase): Promise<msRestAzure.LROPoller>
  • Deletes the backup schedule group.

    Parameters

    • deviceName: string

      The name of the device.

    • scheduleGroupName: string

      The name of the schedule group.

    • resourceGroupName: string

      The resource group name

    • managerName: string

      The manager name

    • Optional options: msRest.RequestOptionsBase

    Returns Promise<msRestAzure.LROPoller>

    Promise<msRestAzure.LROPoller>

createOrUpdate

  • createOrUpdate(deviceName: string, scheduleGroupName: string, scheduleGroup: BackupScheduleGroup, resourceGroupName: string, managerName: string, options?: msRest.RequestOptionsBase): Promise<Models.BackupScheduleGroupsCreateOrUpdateResponse>
  • Creates or Updates the backup schedule Group.

    Parameters

    • deviceName: string

      The name of the device.

    • scheduleGroupName: string

      The name of the schedule group.

    • scheduleGroup: BackupScheduleGroup

      The schedule group to be created

    • resourceGroupName: string

      The resource group name

    • managerName: string

      The manager name

    • Optional options: msRest.RequestOptionsBase

    Returns Promise<Models.BackupScheduleGroupsCreateOrUpdateResponse>

    Promise<Models.BackupScheduleGroupsCreateOrUpdateResponse>

deleteMethod

  • deleteMethod(deviceName: string, scheduleGroupName: string, resourceGroupName: string, managerName: string, options?: msRest.RequestOptionsBase): Promise<msRest.RestResponse>
  • Deletes the backup schedule group.

    Parameters

    • deviceName: string

      The name of the device.

    • scheduleGroupName: string

      The name of the schedule group.

    • resourceGroupName: string

      The resource group name

    • managerName: string

      The manager name

    • Optional options: msRest.RequestOptionsBase

    Returns Promise<msRest.RestResponse>

    Promise<msRest.RestResponse>

get

  • get(deviceName: string, scheduleGroupName: string, resourceGroupName: string, managerName: string, options?: msRest.RequestOptionsBase): Promise<Models.BackupScheduleGroupsGetResponse>
  • get(deviceName: string, scheduleGroupName: string, resourceGroupName: string, managerName: string, callback: msRest.ServiceCallback<BackupScheduleGroup>): void
  • get(deviceName: string, scheduleGroupName: string, resourceGroupName: string, managerName: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<BackupScheduleGroup>): void
  • Returns the properties of the specified backup schedule group name.

    Parameters

    • deviceName: string

      The name of the device.

    • scheduleGroupName: string

      The name of the schedule group.

    • resourceGroupName: string

      The resource group name

    • managerName: string

      The manager name

    • Optional options: msRest.RequestOptionsBase

    Returns Promise<Models.BackupScheduleGroupsGetResponse>

    Promise<Models.BackupScheduleGroupsGetResponse>

  • Parameters

    • deviceName: string

      The name of the device.

    • scheduleGroupName: string

      The name of the schedule group.

    • resourceGroupName: string

      The resource group name

    • managerName: string

      The manager name

    • callback: msRest.ServiceCallback<BackupScheduleGroup>

      The callback

    Returns void

  • Parameters

    • deviceName: string

      The name of the device.

    • scheduleGroupName: string

      The name of the schedule group.

    • resourceGroupName: string

      The resource group name

    • managerName: string

      The manager name

    • options: msRest.RequestOptionsBase

      The optional parameters

    • callback: msRest.ServiceCallback<BackupScheduleGroup>

      The callback

    Returns void

listByDevice

  • listByDevice(deviceName: string, resourceGroupName: string, managerName: string, options?: msRest.RequestOptionsBase): Promise<Models.BackupScheduleGroupsListByDeviceResponse>
  • listByDevice(deviceName: string, resourceGroupName: string, managerName: string, callback: msRest.ServiceCallback<BackupScheduleGroupList>): void
  • listByDevice(deviceName: string, resourceGroupName: string, managerName: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<BackupScheduleGroupList>): void
  • Retrieves all the backup schedule groups in a device.

    Parameters

    • deviceName: string

      The name of the device.

    • resourceGroupName: string

      The resource group name

    • managerName: string

      The manager name

    • Optional options: msRest.RequestOptionsBase

    Returns Promise<Models.BackupScheduleGroupsListByDeviceResponse>

    Promise<Models.BackupScheduleGroupsListByDeviceResponse>

  • Parameters

    • deviceName: string

      The name of the device.

    • resourceGroupName: string

      The resource group name

    • managerName: string

      The manager name

    • callback: msRest.ServiceCallback<BackupScheduleGroupList>

      The callback

    Returns void

  • Parameters

    • deviceName: string

      The name of the device.

    • resourceGroupName: string

      The resource group name

    • managerName: string

      The manager name

    • options: msRest.RequestOptionsBase

      The optional parameters

    • callback: msRest.ServiceCallback<BackupScheduleGroupList>

      The callback

    Returns void

Generated using TypeDoc