ZoneMovement Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
| Name | Description |
|---|---|
| ZoneMovement() |
Initializes a new instance of the ZoneMovement class. |
| ZoneMovement(Nullable<Boolean>) |
Initializes a new instance of the ZoneMovement class. |
ZoneMovement()
Initializes a new instance of the ZoneMovement class.
public ZoneMovement();
Public Sub New ()
Applies to
ZoneMovement(Nullable<Boolean>)
Initializes a new instance of the ZoneMovement class.
public ZoneMovement(bool? isEnabled = default);
new Microsoft.Azure.Management.Compute.Models.ZoneMovement : Nullable<bool> -> Microsoft.Azure.Management.Compute.Models.ZoneMovement
Public Sub New (Optional isEnabled As Nullable(Of Boolean) = Nothing)
Parameters
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.