次の方法で共有


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

適用対象