你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

AzureFirewallsOperationsExtensions.ListLearnedPrefixes 方法

定义

检索 Azure 防火墙已了解非 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 防火墙的名称。

返回

适用于