Share via


VolumeSnapshotProperties Constructors

Definition

Overloads

VolumeSnapshotProperties()

Initializes a new instance of the VolumeSnapshotProperties class.

VolumeSnapshotProperties(String)

Initializes a new instance of the VolumeSnapshotProperties class.

VolumeSnapshotProperties()

Initializes a new instance of the VolumeSnapshotProperties class.

public VolumeSnapshotProperties ();
Public Sub New ()

Applies to

VolumeSnapshotProperties(String)

Initializes a new instance of the VolumeSnapshotProperties class.

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

Parameters

snapshotPolicyId
String

Snapshot Policy ResourceId

Applies to