Network.UpdateStages.WithVmProtection Interface

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 Type Method and Description
abstract Update withVmProtection()

Enable VM protection for all the subnets in the virtual network.

abstract Update withoutVmProtection()

Disable VM protection for all the subnets in the virtual network.

Method Details

withVmProtection

public abstract Network.Update withVmProtection()

Enable VM protection for all the subnets in the virtual network.

Returns:

the next stage of the update

withoutVmProtection

public abstract Network.Update withoutVmProtection()

Disable VM protection for all the subnets in the virtual network.

Returns:

the next stage of the update

Applies to