Share via


IBandwidthSettingsOperations Interface

Definition

BandwidthSettingsOperations operations.

public interface IBandwidthSettingsOperations
type IBandwidthSettingsOperations = interface
Public Interface IBandwidthSettingsOperations

Methods

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

Creates or updates the bandwidth setting

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

Deletes the bandwidth setting

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

Creates or updates the bandwidth setting

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

Deletes the bandwidth setting

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

Returns the properties of the specified bandwidth setting name.

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

Retrieves all the bandwidth setting in a manager.

Extension Methods

BeginCreateOrUpdate(IBandwidthSettingsOperations, String, BandwidthSetting, String, String)

Creates or updates the bandwidth setting

BeginCreateOrUpdateAsync(IBandwidthSettingsOperations, String, BandwidthSetting, String, String, CancellationToken)

Creates or updates the bandwidth setting

BeginDelete(IBandwidthSettingsOperations, String, String, String)

Deletes the bandwidth setting

BeginDeleteAsync(IBandwidthSettingsOperations, String, String, String, CancellationToken)

Deletes the bandwidth setting

CreateOrUpdate(IBandwidthSettingsOperations, String, BandwidthSetting, String, String)

Creates or updates the bandwidth setting

CreateOrUpdateAsync(IBandwidthSettingsOperations, String, BandwidthSetting, String, String, CancellationToken)

Creates or updates the bandwidth setting

Delete(IBandwidthSettingsOperations, String, String, String)

Deletes the bandwidth setting

DeleteAsync(IBandwidthSettingsOperations, String, String, String, CancellationToken)

Deletes the bandwidth setting

Get(IBandwidthSettingsOperations, String, String, String)

Returns the properties of the specified bandwidth setting name.

GetAsync(IBandwidthSettingsOperations, String, String, String, CancellationToken)

Returns the properties of the specified bandwidth setting name.

ListByManager(IBandwidthSettingsOperations, String, String)

Retrieves all the bandwidth setting in a manager.

ListByManagerAsync(IBandwidthSettingsOperations, String, String, CancellationToken)

Retrieves all the bandwidth setting in a manager.

Applies to