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

IWithDestinationAddress<ParentT>.WithDestinationAddresses 方法

定义

设置 Azure 防火墙中防火墙规则的目标地址。

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

参数

destinationAddresses
IList<String>

目标地址的值。

返回

ParentT

适用于