Share via


VolumeRelocationProperties Constructors

Definition

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)

Parameters

relocationRequested
Nullable<Boolean>

Has relocation been requested for this volume

readyToBeFinalized
Nullable<Boolean>

Has relocation finished and is ready to be cleaned up

Applies to