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 Detail

      • withVmProtection

        Network.Update withVmProtection()
        Enable VM protection for all the subnets in the virtual network.
        Returns:
        the next stage of the update
      • withoutVmProtection

        Network.Update withoutVmProtection()
        Disable VM protection for all the subnets in the virtual network.
        Returns:
        the next stage of the update