次の方法で共有


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

定義

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

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

型パラメーター

ParentT

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

派生

メソッド

WithSourceAddress(String)

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

WithSourceAddresses(IList<String>)

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

適用対象