次の方法で共有


IBandwidthSchedulesOperations インターフェイス

定義

BandwidthSchedulesOperations 操作。

public interface IBandwidthSchedulesOperations
type IBandwidthSchedulesOperations = interface
Public Interface IBandwidthSchedulesOperations

メソッド

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

帯域幅スケジュールを作成または更新します。

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

指定した帯域幅スケジュールを削除します。

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

帯域幅スケジュールを作成または更新します。

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

指定した帯域幅スケジュールを削除します。

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

指定した帯域幅スケジュールのプロパティを取得します。

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

データ ボックス エッジ/ゲートウェイ デバイスのすべての帯域幅スケジュールを取得します。

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

データ ボックス エッジ/ゲートウェイ デバイスのすべての帯域幅スケジュールを取得します。

拡張メソッド

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

帯域幅スケジュールを作成または更新します。

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

帯域幅スケジュールを作成または更新します。

BeginDelete(IBandwidthSchedulesOperations, String, String, String)

指定した帯域幅スケジュールを削除します。

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

指定した帯域幅スケジュールを削除します。

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

帯域幅スケジュールを作成または更新します。

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

帯域幅スケジュールを作成または更新します。

Delete(IBandwidthSchedulesOperations, String, String, String)

指定した帯域幅スケジュールを削除します。

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

指定した帯域幅スケジュールを削除します。

Get(IBandwidthSchedulesOperations, String, String, String)

指定した帯域幅スケジュールのプロパティを取得します。

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

指定した帯域幅スケジュールのプロパティを取得します。

ListByDataBoxEdgeDevice(IBandwidthSchedulesOperations, String, String)

データ ボックス エッジ/ゲートウェイ デバイスのすべての帯域幅スケジュールを取得します。

ListByDataBoxEdgeDeviceAsync(IBandwidthSchedulesOperations, String, String, CancellationToken)

データ ボックス エッジ/ゲートウェイ デバイスのすべての帯域幅スケジュールを取得します。

ListByDataBoxEdgeDeviceNext(IBandwidthSchedulesOperations, String)

データ ボックス エッジ/ゲートウェイ デバイスのすべての帯域幅スケジュールを取得します。

ListByDataBoxEdgeDeviceNextAsync(IBandwidthSchedulesOperations, String, CancellationToken)

データ ボックス エッジ/ゲートウェイ デバイスのすべての帯域幅スケジュールを取得します。

適用対象