Interface Network.UpdateStages.WithVmProtection
-
- All Known Subinterfaces:
Network.Update
- Enclosing interface:
- Network.UpdateStages
public static interface Network.UpdateStages.WithVmProtectionThe stage of the virtual network update allowing to enable/disable VM protection for all the subnets in the virtual network.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description Network.UpdatewithoutVmProtection()Deprecated.use withoutDdosProtectionPlan()Network.UpdatewithVmProtection()Deprecated.use withNewDdosProtectionPlan() or withExistingDdosProtectionPlan()
-
-
-
Method Detail
-
withVmProtection
@Deprecated Network.Update 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 Network.Update withoutVmProtection()
Deprecated.use withoutDdosProtectionPlan()Disable VM protection for all the subnets in the virtual network.- Returns:
- the next stage of the update
-
-