VmmVmDetails 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.
VMM fabric provider specific VM settings.
public class VmmVmDetails : Azure.ResourceManager.RecoveryServicesSiteRecovery.Models.HyperVVmDetails, System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.RecoveryServicesSiteRecovery.Models.VmmVmDetails>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.RecoveryServicesSiteRecovery.Models.VmmVmDetails>
type VmmVmDetails = class
inherit HyperVVmDetails
interface IJsonModel<VmmVmDetails>
interface IPersistableModel<VmmVmDetails>
Public Class VmmVmDetails
Inherits HyperVVmDetails
Implements IJsonModel(Of VmmVmDetails), IPersistableModel(Of VmmVmDetails)
- Inheritance
- Implements
Properties
DiskDetails |
The Last successful failover time. (Inherited from HyperVVmDetails) |
Generation |
The id of the object in fabric. (Inherited from HyperVVmDetails) |
HasFibreChannelAdapter |
A value indicating whether the VM has a fibre channel adapter attached. String value of SrsDataContract.PresenceStatus enum. (Inherited from HyperVVmDetails) |
HasPhysicalDisk |
A value indicating whether the VM has a physical disk attached. String value of SrsDataContract.PresenceStatus enum. (Inherited from HyperVVmDetails) |
HasSharedVhd |
A value indicating whether the VM has a shared VHD attached. String value of SrsDataContract.PresenceStatus enum. (Inherited from HyperVVmDetails) |
HyperVHostId |
The Id of the hyper-v host in fabric. (Inherited from HyperVVmDetails) |
OSDetails |
The Last replication time. (Inherited from HyperVVmDetails) |
SourceItemId |
The source id of the object. (Inherited from HyperVVmDetails) |
Explicit Interface Implementations
Applies to
Azure SDK for .NET