ArmRecoveryServicesSiteRecoveryModelFactory.SiteRecoveryDiskDetails Method
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.
Initializes a new instance of SiteRecoveryDiskDetails.
public static Azure.ResourceManager.RecoveryServicesSiteRecovery.Models.SiteRecoveryDiskDetails SiteRecoveryDiskDetails (long? maxSizeMB = default, string vhdType = default, string vhdId = default, string vhdName = default);
static member SiteRecoveryDiskDetails : Nullable<int64> * string * string * string -> Azure.ResourceManager.RecoveryServicesSiteRecovery.Models.SiteRecoveryDiskDetails
Public Shared Function SiteRecoveryDiskDetails (Optional maxSizeMB As Nullable(Of Long) = Nothing, Optional vhdType As String = Nothing, Optional vhdId As String = Nothing, Optional vhdName As String = Nothing) As SiteRecoveryDiskDetails
Parameters
- vhdType
- String
The type of the volume.
- vhdId
- String
The VHD Id.
- vhdName
- String
The VHD name.
Returns
A new SiteRecoveryDiskDetails instance for mocking.