BandwidthSchedulesOperations interface

Interface representing a BandwidthSchedules operations.

Properties

beginCreateOrUpdate
beginCreateOrUpdateAndWait
beginDelete
beginDeleteAndWait
createOrUpdate

Creates or updates a bandwidth schedule.

delete

Deletes the specified bandwidth schedule.

get

Gets the properties of the specified bandwidth schedule.

listByDataBoxEdgeDevice

Gets all the bandwidth schedules for a Data Box Edge/Data Box Gateway device.

Property Details

beginCreateOrUpdate

Warning

This API is now deprecated.

use createOrUpdate instead

beginCreateOrUpdate: (deviceName: string, name: string, resourceGroupName: string, parameters: BandwidthSchedule, options?: BandwidthSchedulesCreateOrUpdateOptionalParams) => Promise<SimplePollerLike<OperationState<BandwidthSchedule>, BandwidthSchedule>>

Property Value

(deviceName: string, name: string, resourceGroupName: string, parameters: BandwidthSchedule, options?: BandwidthSchedulesCreateOrUpdateOptionalParams) => Promise<SimplePollerLike<OperationState<BandwidthSchedule>, BandwidthSchedule>>

beginCreateOrUpdateAndWait

Warning

This API is now deprecated.

use createOrUpdate instead

beginCreateOrUpdateAndWait: (deviceName: string, name: string, resourceGroupName: string, parameters: BandwidthSchedule, options?: BandwidthSchedulesCreateOrUpdateOptionalParams) => Promise<BandwidthSchedule>

Property Value

(deviceName: string, name: string, resourceGroupName: string, parameters: BandwidthSchedule, options?: BandwidthSchedulesCreateOrUpdateOptionalParams) => Promise<BandwidthSchedule>

beginDelete

Warning

This API is now deprecated.

use delete instead

beginDelete: (deviceName: string, name: string, resourceGroupName: string, options?: BandwidthSchedulesDeleteOptionalParams) => Promise<SimplePollerLike<OperationState<void>, void>>

Property Value

(deviceName: string, name: string, resourceGroupName: string, options?: BandwidthSchedulesDeleteOptionalParams) => Promise<SimplePollerLike<OperationState<void>, void>>

beginDeleteAndWait

Warning

This API is now deprecated.

use delete instead

beginDeleteAndWait: (deviceName: string, name: string, resourceGroupName: string, options?: BandwidthSchedulesDeleteOptionalParams) => Promise<void>

Property Value

(deviceName: string, name: string, resourceGroupName: string, options?: BandwidthSchedulesDeleteOptionalParams) => Promise<void>

createOrUpdate

Creates or updates a bandwidth schedule.

createOrUpdate: (deviceName: string, name: string, resourceGroupName: string, parameters: BandwidthSchedule, options?: BandwidthSchedulesCreateOrUpdateOptionalParams) => PollerLike<OperationState<BandwidthSchedule>, BandwidthSchedule>

Property Value

(deviceName: string, name: string, resourceGroupName: string, parameters: BandwidthSchedule, options?: BandwidthSchedulesCreateOrUpdateOptionalParams) => PollerLike<OperationState<BandwidthSchedule>, BandwidthSchedule>

delete

Deletes the specified bandwidth schedule.

delete: (deviceName: string, name: string, resourceGroupName: string, options?: BandwidthSchedulesDeleteOptionalParams) => PollerLike<OperationState<void>, void>

Property Value

(deviceName: string, name: string, resourceGroupName: string, options?: BandwidthSchedulesDeleteOptionalParams) => PollerLike<OperationState<void>, void>

get

Gets the properties of the specified bandwidth schedule.

get: (deviceName: string, name: string, resourceGroupName: string, options?: BandwidthSchedulesGetOptionalParams) => Promise<BandwidthSchedule>

Property Value

(deviceName: string, name: string, resourceGroupName: string, options?: BandwidthSchedulesGetOptionalParams) => Promise<BandwidthSchedule>

listByDataBoxEdgeDevice

Gets all the bandwidth schedules for a Data Box Edge/Data Box Gateway device.

listByDataBoxEdgeDevice: (deviceName: string, resourceGroupName: string, options?: BandwidthSchedulesListByDataBoxEdgeDeviceOptionalParams) => PagedAsyncIterableIterator<BandwidthSchedule, BandwidthSchedule[], PageSettings>

Property Value

(deviceName: string, resourceGroupName: string, options?: BandwidthSchedulesListByDataBoxEdgeDeviceOptionalParams) => PagedAsyncIterableIterator<BandwidthSchedule, BandwidthSchedule[], PageSettings>