Share via


IBandwidthSchedulesOperations Interface

Definition

BandwidthSchedulesOperations operations.

public interface IBandwidthSchedulesOperations
type IBandwidthSchedulesOperations = interface
Public Interface IBandwidthSchedulesOperations

Methods

BeginCreateOrUpdateWithHttpMessagesAsync(String, String, BandwidthSchedule, String, Dictionary<String,List<String>>, CancellationToken)

Creates or updates a bandwidth schedule.

BeginDeleteWithHttpMessagesAsync(String, String, String, Dictionary<String,List<String>>, CancellationToken)

Deletes the specified bandwidth schedule.

CreateOrUpdateWithHttpMessagesAsync(String, String, BandwidthSchedule, String, Dictionary<String,List<String>>, CancellationToken)

Creates or updates a bandwidth schedule.

DeleteWithHttpMessagesAsync(String, String, String, Dictionary<String,List<String>>, CancellationToken)

Deletes the specified bandwidth schedule.

GetWithHttpMessagesAsync(String, String, String, Dictionary<String,List<String>>, CancellationToken)

Gets the properties of the specified bandwidth schedule.

ListByDataBoxEdgeDeviceNextWithHttpMessagesAsync(String, Dictionary<String,List<String>>, CancellationToken)

Gets all the bandwidth schedules for a data box edge/gateway device.

ListByDataBoxEdgeDeviceWithHttpMessagesAsync(String, String, Dictionary<String,List<String>>, CancellationToken)

Gets all the bandwidth schedules for a data box edge/gateway device.

Extension Methods

BeginCreateOrUpdate(IBandwidthSchedulesOperations, String, String, BandwidthSchedule, String)

Creates or updates a bandwidth schedule.

BeginCreateOrUpdateAsync(IBandwidthSchedulesOperations, String, String, BandwidthSchedule, String, CancellationToken)

Creates or updates a bandwidth schedule.

BeginDelete(IBandwidthSchedulesOperations, String, String, String)

Deletes the specified bandwidth schedule.

BeginDeleteAsync(IBandwidthSchedulesOperations, String, String, String, CancellationToken)

Deletes the specified bandwidth schedule.

CreateOrUpdate(IBandwidthSchedulesOperations, String, String, BandwidthSchedule, String)

Creates or updates a bandwidth schedule.

CreateOrUpdateAsync(IBandwidthSchedulesOperations, String, String, BandwidthSchedule, String, CancellationToken)

Creates or updates a bandwidth schedule.

Delete(IBandwidthSchedulesOperations, String, String, String)

Deletes the specified bandwidth schedule.

DeleteAsync(IBandwidthSchedulesOperations, String, String, String, CancellationToken)

Deletes the specified bandwidth schedule.

Get(IBandwidthSchedulesOperations, String, String, String)

Gets the properties of the specified bandwidth schedule.

GetAsync(IBandwidthSchedulesOperations, String, String, String, CancellationToken)

Gets the properties of the specified bandwidth schedule.

ListByDataBoxEdgeDevice(IBandwidthSchedulesOperations, String, String)

Gets all the bandwidth schedules for a data box edge/gateway device.

ListByDataBoxEdgeDeviceAsync(IBandwidthSchedulesOperations, String, String, CancellationToken)

Gets all the bandwidth schedules for a data box edge/gateway device.

ListByDataBoxEdgeDeviceNext(IBandwidthSchedulesOperations, String)

Gets all the bandwidth schedules for a data box edge/gateway device.

ListByDataBoxEdgeDeviceNextAsync(IBandwidthSchedulesOperations, String, CancellationToken)

Gets all the bandwidth schedules for a data box edge/gateway device.

Applies to