Interface Network.DefinitionStages.WithVmProtection
-
- All Known Subinterfaces:
Network.Definition,Network.DefinitionStages.WithCreate,Network.DefinitionStages.WithCreateAndSubnet
- Enclosing interface:
- Network.DefinitionStages
public static interface Network.DefinitionStages.WithVmProtectionThe stage of the virtual network definition allowing to enable 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.DefinitionStages.WithCreateAndSubnetwithVmProtection()Deprecated.use withNewDdosProtectionPlan() or withExistingDdosProtectionPlan()
-
-
-
Method Detail
-
withVmProtection
@Deprecated Network.DefinitionStages.WithCreateAndSubnet withVmProtection()
Deprecated.use withNewDdosProtectionPlan() or withExistingDdosProtectionPlan()Enable VM protection for all the subnets in the virtual network.- Returns:
- the next stage of the definition
-
-