Language

ZoneMovement Class

Definition

Describes zone movement configuration. This allows VM to be moved across availability zones during an outage.

public class ZoneMovement
type ZoneMovement = class
Public Class ZoneMovement
Inheritance
ZoneMovement

Constructors

Name Description
ZoneMovement()

Initializes a new instance of the ZoneMovement class.

ZoneMovement(Nullable<Boolean>)

Initializes a new instance of the ZoneMovement class.

Properties

Name Description
IsEnabled

Gets or sets indicates if zone movement is enabled. By default isEnabled is set to false i.e VM can't be moved from one zone to another.

Applies to