DiskVolumeDetails 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
DiskVolumeDetails() |
Initializes a new instance of the DiskVolumeDetails class. |
DiskVolumeDetails(String, String) |
Initializes a new instance of the DiskVolumeDetails class. |
DiskVolumeDetails()
Initializes a new instance of the DiskVolumeDetails class.
public DiskVolumeDetails ();
Public Sub New ()
Applies to
DiskVolumeDetails(String, String)
Initializes a new instance of the DiskVolumeDetails class.
public DiskVolumeDetails (string label = default, string name = default);
new Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.DiskVolumeDetails : string * string -> Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.DiskVolumeDetails
Public Sub New (Optional label As String = Nothing, Optional name As String = Nothing)
Parameters
- label
- String
The volume label.
- name
- String
The volume name.