Options
All
  • Public
  • Public/Protected
  • All
Menu

Class BandwidthSchedules

Package version

Class representing a BandwidthSchedules.

Hierarchy

  • BandwidthSchedules

Index

Constructors

constructor

Methods

beginCreateOrUpdate

  • beginCreateOrUpdate(deviceName: string, name: string, parameters: BandwidthSchedule, resourceGroupName: string, options?: msRest.RequestOptionsBase): Promise<msRestAzure.LROPoller>
  • Creates or updates a bandwidth schedule.

    Parameters

    • deviceName: string

      The device name.

    • name: string

      The bandwidth schedule name which needs to be added/updated.

    • parameters: BandwidthSchedule

      The bandwidth schedule to be added or updated.

    • resourceGroupName: string

      The resource group name.

    • Optional options: msRest.RequestOptionsBase

    Returns Promise<msRestAzure.LROPoller>

    Promise<msRestAzure.LROPoller>

beginDeleteMethod

  • beginDeleteMethod(deviceName: string, name: string, resourceGroupName: string, options?: msRest.RequestOptionsBase): Promise<msRestAzure.LROPoller>
  • Deletes the specified bandwidth schedule.

    Parameters

    • deviceName: string

      The device name.

    • name: string

      The bandwidth schedule name.

    • resourceGroupName: string

      The resource group name.

    • Optional options: msRest.RequestOptionsBase

    Returns Promise<msRestAzure.LROPoller>

    Promise<msRestAzure.LROPoller>

createOrUpdate

  • createOrUpdate(deviceName: string, name: string, parameters: BandwidthSchedule, resourceGroupName: string, options?: msRest.RequestOptionsBase): Promise<Models.BandwidthSchedulesCreateOrUpdateResponse>
  • Creates or updates a bandwidth schedule.

    Parameters

    • deviceName: string

      The device name.

    • name: string

      The bandwidth schedule name which needs to be added/updated.

    • parameters: BandwidthSchedule

      The bandwidth schedule to be added or updated.

    • resourceGroupName: string

      The resource group name.

    • Optional options: msRest.RequestOptionsBase

    Returns Promise<Models.BandwidthSchedulesCreateOrUpdateResponse>

    Promise<Models.BandwidthSchedulesCreateOrUpdateResponse>

deleteMethod

  • deleteMethod(deviceName: string, name: string, resourceGroupName: string, options?: msRest.RequestOptionsBase): Promise<msRest.RestResponse>
  • Deletes the specified bandwidth schedule.

    Parameters

    • deviceName: string

      The device name.

    • name: string

      The bandwidth schedule name.

    • resourceGroupName: string

      The resource group name.

    • Optional options: msRest.RequestOptionsBase

    Returns Promise<msRest.RestResponse>

    Promise<msRest.RestResponse>

get

  • get(deviceName: string, name: string, resourceGroupName: string, options?: msRest.RequestOptionsBase): Promise<Models.BandwidthSchedulesGetResponse>
  • get(deviceName: string, name: string, resourceGroupName: string, callback: msRest.ServiceCallback<BandwidthSchedule>): void
  • get(deviceName: string, name: string, resourceGroupName: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<BandwidthSchedule>): void
  • Gets the properties of the specified bandwidth schedule.

    Parameters

    • deviceName: string

      The device name.

    • name: string

      The bandwidth schedule name.

    • resourceGroupName: string

      The resource group name.

    • Optional options: msRest.RequestOptionsBase

    Returns Promise<Models.BandwidthSchedulesGetResponse>

    Promise<Models.BandwidthSchedulesGetResponse>

  • Parameters

    • deviceName: string

      The device name.

    • name: string

      The bandwidth schedule name.

    • resourceGroupName: string

      The resource group name.

    • callback: msRest.ServiceCallback<BandwidthSchedule>

      The callback

    Returns void

  • Parameters

    • deviceName: string

      The device name.

    • name: string

      The bandwidth schedule name.

    • resourceGroupName: string

      The resource group name.

    • options: msRest.RequestOptionsBase

      The optional parameters

    • callback: msRest.ServiceCallback<BandwidthSchedule>

      The callback

    Returns void

listByDataBoxEdgeDevice

  • listByDataBoxEdgeDevice(deviceName: string, resourceGroupName: string, options?: msRest.RequestOptionsBase): Promise<Models.BandwidthSchedulesListByDataBoxEdgeDeviceResponse>
  • listByDataBoxEdgeDevice(deviceName: string, resourceGroupName: string, callback: msRest.ServiceCallback<BandwidthSchedulesList>): void
  • listByDataBoxEdgeDevice(deviceName: string, resourceGroupName: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<BandwidthSchedulesList>): void
  • Gets all the bandwidth schedules for a data box edge/gateway device.

    Parameters

    • deviceName: string

      The device name.

    • resourceGroupName: string

      The resource group name.

    • Optional options: msRest.RequestOptionsBase

    Returns Promise<Models.BandwidthSchedulesListByDataBoxEdgeDeviceResponse>

    Promise<Models.BandwidthSchedulesListByDataBoxEdgeDeviceResponse>

  • Parameters

    • deviceName: string

      The device name.

    • resourceGroupName: string

      The resource group name.

    • callback: msRest.ServiceCallback<BandwidthSchedulesList>

      The callback

    Returns void

  • Parameters

    • deviceName: string

      The device name.

    • resourceGroupName: string

      The resource group name.

    • options: msRest.RequestOptionsBase

      The optional parameters

    • callback: msRest.ServiceCallback<BandwidthSchedulesList>

      The callback

    Returns void

listByDataBoxEdgeDeviceNext

  • listByDataBoxEdgeDeviceNext(nextPageLink: string, options?: msRest.RequestOptionsBase): Promise<Models.BandwidthSchedulesListByDataBoxEdgeDeviceNextResponse>
  • listByDataBoxEdgeDeviceNext(nextPageLink: string, callback: msRest.ServiceCallback<BandwidthSchedulesList>): void
  • listByDataBoxEdgeDeviceNext(nextPageLink: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<BandwidthSchedulesList>): void
  • Gets all the bandwidth schedules for a data box edge/gateway device.

    Parameters

    • nextPageLink: string

      The NextLink from the previous successful call to List operation.

    • Optional options: msRest.RequestOptionsBase

    Returns Promise<Models.BandwidthSchedulesListByDataBoxEdgeDeviceNextResponse>

    Promise<Models.BandwidthSchedulesListByDataBoxEdgeDeviceNextResponse>

  • Parameters

    • nextPageLink: string

      The NextLink from the previous successful call to List operation.

    • callback: msRest.ServiceCallback<BandwidthSchedulesList>

      The callback

    Returns void

  • Parameters

    • nextPageLink: string

      The NextLink from the previous successful call to List operation.

    • options: msRest.RequestOptionsBase

      The optional parameters

    • callback: msRest.ServiceCallback<BandwidthSchedulesList>

      The callback

    Returns void

Generated using TypeDoc