VolumeRelocationProperties 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
VolumeRelocationProperties() |
Initializes a new instance of the VolumeRelocationProperties class. |
VolumeRelocationProperties(Nullable<Boolean>, Nullable<Boolean>) |
Initializes a new instance of the VolumeRelocationProperties class. |
VolumeRelocationProperties()
Initializes a new instance of the VolumeRelocationProperties class.
public VolumeRelocationProperties ();
Public Sub New ()
Applies to
VolumeRelocationProperties(Nullable<Boolean>, Nullable<Boolean>)
Initializes a new instance of the VolumeRelocationProperties class.
public VolumeRelocationProperties (bool? relocationRequested = default, bool? readyToBeFinalized = default);
new Microsoft.Azure.Management.NetApp.Models.VolumeRelocationProperties : Nullable<bool> * Nullable<bool> -> Microsoft.Azure.Management.NetApp.Models.VolumeRelocationProperties
Public Sub New (Optional relocationRequested As Nullable(Of Boolean) = Nothing, Optional readyToBeFinalized As Nullable(Of Boolean) = Nothing)