次の方法で共有


FlowLogsOperationsExtensions.List(IFlowLogsOperations, String, String) メソッド

定義

指定したNetwork Watcherのすべてのフロー ログ リソースを一覧表示します。

public static Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Network.Models.FlowLog> List (this Microsoft.Azure.Management.Network.IFlowLogsOperations operations, string resourceGroupName, string networkWatcherName);
static member List : Microsoft.Azure.Management.Network.IFlowLogsOperations * string * string -> Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Network.Models.FlowLog>
<Extension()>
Public Function List (operations As IFlowLogsOperations, resourceGroupName As String, networkWatcherName As String) As IPage(Of FlowLog)

パラメーター

operations
IFlowLogsOperations

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

resourceGroupName
String

Network Watcherを含むリソース グループの名前。

networkWatcherName
String

Network Watcher リソースの名前。

戻り値

適用対象