DiskDetails 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
DiskDetails() |
Initializes a new instance of the DiskDetails class. |
DiskDetails(Nullable<Int64>, String, String, String) |
Initializes a new instance of the DiskDetails class. |
DiskDetails()
Initializes a new instance of the DiskDetails class.
public DiskDetails ();
Public Sub New ()
Applies to
DiskDetails(Nullable<Int64>, String, String, String)
Initializes a new instance of the DiskDetails class.
public DiskDetails (long? maxSizeMb = default, string vhdType = default, string vhdId = default, string vhdName = default);
new Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.DiskDetails : Nullable<int64> * string * string * string -> Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.DiskDetails
Public Sub New (Optional maxSizeMb As Nullable(Of Long) = Nothing, Optional vhdType As String = Nothing, Optional vhdId As String = Nothing, Optional vhdName As String = Nothing)
Parameters
- vhdType
- String
The type of the volume.
- vhdId
- String
The VHD Id.
- vhdName
- String
The VHD name.