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

IWithSourceIpGroup<ParentT>.WithSourceIpGroups 方法

定义

在 Azure 防火墙中设置防火墙规则的源 IP 组。

public ParentT WithSourceIpGroups (System.Collections.Generic.IList<string> sourceIpGroups);
abstract member WithSourceIpGroups : System.Collections.Generic.IList<string> -> 'ParentT
Public Function WithSourceIpGroups (sourceIpGroups As IList(Of String)) As ParentT

参数

sourceIpGroups
IList<String>

源 IP 组的值。

返回

ParentT

适用于