Share via


VolumeRevert Constructors

Definition

Overloads

VolumeRevert()

Initializes a new instance of the VolumeRevert class.

VolumeRevert(String)

Initializes a new instance of the VolumeRevert class.

VolumeRevert()

Initializes a new instance of the VolumeRevert class.

public VolumeRevert ();
Public Sub New ()

Applies to

VolumeRevert(String)

Initializes a new instance of the VolumeRevert class.

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

Parameters

snapshotId
String

Resource id of the snapshot

Applies to