次の方法で共有


AzureFirewallsOperationsExtensions.ListLearnedPrefixes メソッド

定義

Azure Firewall が SNAT ではなく学習したすべての IP プレフィックスの一覧を取得します。

public static Microsoft.Azure.Management.Network.Models.IPPrefixesList ListLearnedPrefixes (this Microsoft.Azure.Management.Network.IAzureFirewallsOperations operations, string resourceGroupName, string azureFirewallName);
static member ListLearnedPrefixes : Microsoft.Azure.Management.Network.IAzureFirewallsOperations * string * string -> Microsoft.Azure.Management.Network.Models.IPPrefixesList
<Extension()>
Public Function ListLearnedPrefixes (operations As IAzureFirewallsOperations, resourceGroupName As String, azureFirewallName As String) As IPPrefixesList

パラメーター

operations
IAzureFirewallsOperations

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

resourceGroupName
String

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

azureFirewallName
String

Azure ファイアウォールの名前。

戻り値

適用対象