次の方法で共有


IWithDestinationIpGroup<ParentT>.WithDestinationIpGroups メソッド

定義

Azure Firewall のファイアウォール規則の宛先 IP グループを設定します。

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

パラメーター

destinationIpGroups
IList<String>

宛先 IP グループの値。

戻り値

ParentT

適用対象