Interface Network.UpdateStages.WithDdosProtectionPlan
-
- All Known Subinterfaces:
Network.Update
- Enclosing interface:
- Network.UpdateStages
public static interface Network.UpdateStages.WithDdosProtectionPlanThe stage of the virtual network update allowing to specify DDoS protection plan.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Network.UpdatewithExistingDdosProtectionPlan(String planId)Associates existing DDoS protection plan with the virtual network.Network.UpdatewithNewDdosProtectionPlan()Creates a new DDoS protection plan in the same region and group as the virtual network and associates it with the resource.Network.UpdatewithoutDdosProtectionPlan()Disassociates DDoS protection plan and disables Standard DDoS protection for this virtual network.
-
-
-
Method Detail
-
withNewDdosProtectionPlan
Network.Update withNewDdosProtectionPlan()
Creates a new DDoS protection plan in the same region and group as the virtual network and associates it with the resource. The internal name the DDoS protection plan will be derived from the resource's name.- Returns:
- the next stage of the update
-
withExistingDdosProtectionPlan
Network.Update withExistingDdosProtectionPlan(String planId)
Associates existing DDoS protection plan with the virtual network.- Parameters:
planId- DDoS protection plan resource id- Returns:
- the next stage of the update
-
withoutDdosProtectionPlan
Network.Update withoutDdosProtectionPlan()
Disassociates DDoS protection plan and disables Standard DDoS protection for this virtual network. Note: Plan resource is not deleted from Azure.- Returns:
- the next stage of the update
-
-