次の方法で共有


FlowLogsOperationsExtensions.Delete メソッド

定義

指定したフロー ログ リソースを削除します。

public static void Delete (this Microsoft.Azure.Management.Network.IFlowLogsOperations operations, string resourceGroupName, string networkWatcherName, string flowLogName);
static member Delete : Microsoft.Azure.Management.Network.IFlowLogsOperations * string * string * string -> unit
<Extension()>
Public Sub Delete (operations As IFlowLogsOperations, resourceGroupName As String, networkWatcherName As String, flowLogName As String)

パラメーター

operations
IFlowLogsOperations

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

resourceGroupName
String

リソース グループの名前。

networkWatcherName
String

ネットワーク ウォッチャーの名前。

flowLogName
String

フロー ログ リソースの名前。

適用対象