次の方法で共有


BandwidthSchedulesOperationsExtensions.DeleteAsync メソッド

定義

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

public static System.Threading.Tasks.Task DeleteAsync (this Microsoft.Azure.Management.EdgeGateway.IBandwidthSchedulesOperations operations, string deviceName, string name, string resourceGroupName, System.Threading.CancellationToken cancellationToken = default);
static member DeleteAsync : Microsoft.Azure.Management.EdgeGateway.IBandwidthSchedulesOperations * string * string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task
<Extension()>
Public Function DeleteAsync (operations As IBandwidthSchedulesOperations, deviceName As String, name As String, resourceGroupName As String, Optional cancellationToken As CancellationToken = Nothing) As Task

パラメーター

operations
IBandwidthSchedulesOperations

この拡張メソッドの操作グループ。

deviceName
String

デバイス名。

name
String

帯域幅スケジュール名。

resourceGroupName
String

リソース グループ名。

cancellationToken
CancellationToken

キャンセル トークン。

戻り値

適用対象