次の方法で共有


AzureFirewallsOperationsExtensions.BeginListLearnedPrefixes メソッド

定義

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

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

パラメーター

operations
IAzureFirewallsOperations

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

resourceGroupName
String

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

azureFirewallName
String

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

戻り値

適用対象