Interface Network.UpdateStages.WithVmProtection
- All Known Subinterfaces:
Network.Update
- Enclosing interface:
- Network.UpdateStages
public static interface Network.UpdateStages.WithVmProtection
The stage of the virtual network update allowing to enable/disable VM protection for all the subnets in the
virtual network.
-
Method Summary
Modifier and TypeMethodDescriptionDeprecated.use withoutDdosProtectionPlan()Deprecated.use withNewDdosProtectionPlan() or withExistingDdosProtectionPlan()
-
Method Details
-
withVmProtection
Deprecated.use withNewDdosProtectionPlan() or withExistingDdosProtectionPlan()Enable VM protection for all the subnets in the virtual network.- Returns:
- the next stage of the update
-
withoutVmProtection
Deprecated.use withoutDdosProtectionPlan()Disable VM protection for all the subnets in the virtual network.- Returns:
- the next stage of the update
-