次の方法で共有


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

適用対象