VmmVirtualMachineDetails 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
VmmVirtualMachineDetails() |
Initializes a new instance of the VmmVirtualMachineDetails class. |
VmmVirtualMachineDetails(String, String, OSDetails, IList<DiskDetails>, String, String, String, String) |
Initializes a new instance of the VmmVirtualMachineDetails class. |
VmmVirtualMachineDetails()
Initializes a new instance of the VmmVirtualMachineDetails class.
public VmmVirtualMachineDetails ();
Public Sub New ()
Applies to
VmmVirtualMachineDetails(String, String, OSDetails, IList<DiskDetails>, String, String, String, String)
Initializes a new instance of the VmmVirtualMachineDetails class.
public VmmVirtualMachineDetails (string sourceItemId = default, string generation = default, Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.OSDetails osDetails = default, System.Collections.Generic.IList<Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.DiskDetails> diskDetails = default, string hasPhysicalDisk = default, string hasFibreChannelAdapter = default, string hasSharedVhd = default, string hyperVHostId = default);
new Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.VmmVirtualMachineDetails : string * string * Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.OSDetails * System.Collections.Generic.IList<Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.DiskDetails> * string * string * string * string -> Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.VmmVirtualMachineDetails
Public Sub New (Optional sourceItemId As String = Nothing, Optional generation As String = Nothing, Optional osDetails As OSDetails = Nothing, Optional diskDetails As IList(Of DiskDetails) = Nothing, Optional hasPhysicalDisk As String = Nothing, Optional hasFibreChannelAdapter As String = Nothing, Optional hasSharedVhd As String = Nothing, Optional hyperVHostId As String = Nothing)
Parameters
- sourceItemId
- String
The source id of the object.
- generation
- String
The id of the object in fabric.
- osDetails
- OSDetails
The Last replication time.
- diskDetails
- IList<DiskDetails>
The Last successful failover time.
- hasPhysicalDisk
- String
A value indicating whether the VM has a physical disk attached. String value of SrsDataContract.PresenceStatus enum. Possible values include: 'Unknown', 'Present', 'NotPresent'
- hasFibreChannelAdapter
- String
A value indicating whether the VM has a fibre channel adapter attached. String value of SrsDataContract.PresenceStatus enum. Possible values include: 'Unknown', 'Present', 'NotPresent'
- hasSharedVhd
- String
A value indicating whether the VM has a shared VHD attached. String value of SrsDataContract.PresenceStatus enum. Possible values include: 'Unknown', 'Present', 'NotPresent'
- hyperVHostId
- String
The Id of the hyper-v host in fabric.