HyperVVmDetails Class
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.
Single Host fabric provider specific VM settings. Please note HyperVVmDetails is the base class. According to the scenario, a derived class of the base class might need to be assigned here, or this property needs to be casted to one of the possible derived classes. The available derived classes include VmmVmDetails.
public class HyperVVmDetails : Azure.ResourceManager.RecoveryServicesSiteRecovery.Models.SiteRecoveryReplicationProviderSettings, System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.RecoveryServicesSiteRecovery.Models.HyperVVmDetails>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.RecoveryServicesSiteRecovery.Models.HyperVVmDetails>
type HyperVVmDetails = class
inherit SiteRecoveryReplicationProviderSettings
interface IJsonModel<HyperVVmDetails>
interface IPersistableModel<HyperVVmDetails>
Public Class HyperVVmDetails
Inherits SiteRecoveryReplicationProviderSettings
Implements IJsonModel(Of HyperVVmDetails), IPersistableModel(Of HyperVVmDetails)
- Inheritance
- Derived
- Implements
Properties
DiskDetails |
The Last successful failover time. |
Generation |
The id of the object in fabric. |
HasFibreChannelAdapter |
A value indicating whether the VM has a fibre channel adapter attached. String value of SrsDataContract.PresenceStatus enum. |
HasPhysicalDisk |
A value indicating whether the VM has a physical disk attached. String value of SrsDataContract.PresenceStatus enum. |
HasSharedVhd |
A value indicating whether the VM has a shared VHD attached. String value of SrsDataContract.PresenceStatus enum. |
HyperVHostId |
The Id of the hyper-v host in fabric. |
OSDetails |
The Last replication time. |
SourceItemId |
The source id of the object. |
Explicit Interface Implementations
Applies to
Azure SDK for .NET