Sdílet prostřednictvím


SnapshotPolicyVolumeList Constructors

Definition

Overloads

SnapshotPolicyVolumeList()

Initializes a new instance of the SnapshotPolicyVolumeList class.

SnapshotPolicyVolumeList(IList<Volume>)

Initializes a new instance of the SnapshotPolicyVolumeList class.

SnapshotPolicyVolumeList()

Initializes a new instance of the SnapshotPolicyVolumeList class.

public SnapshotPolicyVolumeList ();
Public Sub New ()

Applies to

SnapshotPolicyVolumeList(IList<Volume>)

Initializes a new instance of the SnapshotPolicyVolumeList class.

public SnapshotPolicyVolumeList (System.Collections.Generic.IList<Microsoft.Azure.Management.NetApp.Models.Volume> value = default);
new Microsoft.Azure.Management.NetApp.Models.SnapshotPolicyVolumeList : System.Collections.Generic.IList<Microsoft.Azure.Management.NetApp.Models.Volume> -> Microsoft.Azure.Management.NetApp.Models.SnapshotPolicyVolumeList
Public Sub New (Optional value As IList(Of Volume) = Nothing)

Parameters

value
IList<Volume>

List of volumes

Applies to