IWithDdosProtectionPlan インターフェイス

定義

DDoS 保護プランを指定できる仮想ネットワーク更新プログラムのステージ。

public interface IWithDdosProtectionPlan
type IWithDdosProtectionPlan = interface
Public Interface IWithDdosProtectionPlan
派生

メソッド

WithExistingDdosProtectionPlan(String)

既存の DDoS 保護プランを仮想ネットワークに関連付けます。

WithNewDdosProtectionPlan()

仮想ネットワークと同じリージョンとグループに新しい DDoS 保護プランを作成し、それをリソースに関連付けます。 DDoS 保護プランの内部名は、リソースの名前から派生します。

WithoutDdosProtectionPlan()

DDoS 保護プランの関連付けを解除し、この仮想ネットワークの Standard DDoS 保護を無効にします。 注: プラン リソースは Azure から削除されません。

適用対象