SnapshotPolicyVolumeList Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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)