次の方法で共有


IWithDestinationAddress<ParentT> インターフェイス

定義

ファイアウォール規則で宛先アドレスを指定できる Azure ファイアウォール定義のステージ。

public interface IWithDestinationAddress<ParentT>
type IWithDestinationAddress<'ParentT> = interface
Public Interface IWithDestinationAddress(Of ParentT)

型パラメーター

ParentT

この定義をアタッチした後に戻る親定義のステージ。

派生

メソッド

WithDestinationAddress(String)

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

WithDestinationAddresses(IList<String>)

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

適用対象