Delen via


HyperVVirtualMachineDetails Constructors

Definition

Overloads

HyperVVirtualMachineDetails()

Initializes a new instance of the HyperVVirtualMachineDetails class.

HyperVVirtualMachineDetails(String, String, OSDetails, IList<DiskDetails>, String, String, String, String)

Initializes a new instance of the HyperVVirtualMachineDetails class.

HyperVVirtualMachineDetails()

Initializes a new instance of the HyperVVirtualMachineDetails class.

public HyperVVirtualMachineDetails ();
Public Sub New ()

Applies to

HyperVVirtualMachineDetails(String, String, OSDetails, IList<DiskDetails>, String, String, String, String)

Initializes a new instance of the HyperVVirtualMachineDetails class.

public HyperVVirtualMachineDetails (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.HyperVVirtualMachineDetails : 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.HyperVVirtualMachineDetails
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.

Applies to