Sdílet prostřednictvím


RelocateVolumeRequest Constructors

Definition

Overloads

RelocateVolumeRequest()

Initializes a new instance of the RelocateVolumeRequest class.

RelocateVolumeRequest(String)

Initializes a new instance of the RelocateVolumeRequest class.

RelocateVolumeRequest()

Initializes a new instance of the RelocateVolumeRequest class.

public RelocateVolumeRequest();
Public Sub New ()

Applies to

RelocateVolumeRequest(String)

Initializes a new instance of the RelocateVolumeRequest class.

public RelocateVolumeRequest(string creationToken = default);
new Microsoft.Azure.Management.NetApp.Models.RelocateVolumeRequest : string -> Microsoft.Azure.Management.NetApp.Models.RelocateVolumeRequest
Public Sub New (Optional creationToken As String = Nothing)

Parameters

creationToken
String

New creation token for the volume that controls the mount point name

Applies to