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 Details

    • 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