次の方法で共有


IWithSourceAddress<ParentT>.WithSourceAddresses メソッド

定義

Azure Firewall のファイアウォール規則のソース アドレスを設定します。

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

パラメーター

sourceAddresses
IList<String>

ソース アドレスの値。

戻り値

ParentT

適用対象