次の方法で共有


BandwidthSchedulesOperationsExtensions.Delete メソッド

定義

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

public static void Delete (this Microsoft.Azure.Management.EdgeGateway.IBandwidthSchedulesOperations operations, string deviceName, string name, string resourceGroupName);
static member Delete : Microsoft.Azure.Management.EdgeGateway.IBandwidthSchedulesOperations * string * string * string -> unit
<Extension()>
Public Sub Delete (operations As IBandwidthSchedulesOperations, deviceName As String, name As String, resourceGroupName As String)

パラメーター

operations
IBandwidthSchedulesOperations

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

deviceName
String

デバイス名。

name
String

帯域幅スケジュール名。

resourceGroupName
String

リソース グループ名。

適用対象