VmmVmDetails Class

Definition

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

IJsonModel<HyperVVmDetails>.Create(Utf8JsonReader, ModelReaderWriterOptions)

Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model.

(Inherited from HyperVVmDetails)
IJsonModel<HyperVVmDetails>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

(Inherited from HyperVVmDetails)
IJsonModel<SiteRecoveryReplicationProviderSettings>.Create(Utf8JsonReader, ModelReaderWriterOptions)

Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model.

(Inherited from SiteRecoveryReplicationProviderSettings)
IJsonModel<SiteRecoveryReplicationProviderSettings>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

(Inherited from SiteRecoveryReplicationProviderSettings)
IJsonModel<VmmVmDetails>.Create(Utf8JsonReader, ModelReaderWriterOptions)

Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model.

IJsonModel<VmmVmDetails>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<HyperVVmDetails>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

(Inherited from HyperVVmDetails)
IPersistableModel<HyperVVmDetails>.GetFormatFromOptions(ModelReaderWriterOptions)

Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service.

(Inherited from HyperVVmDetails)
IPersistableModel<HyperVVmDetails>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

(Inherited from HyperVVmDetails)
IPersistableModel<SiteRecoveryReplicationProviderSettings>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

(Inherited from SiteRecoveryReplicationProviderSettings)
IPersistableModel<SiteRecoveryReplicationProviderSettings>.GetFormatFromOptions(ModelReaderWriterOptions)

Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service.

(Inherited from SiteRecoveryReplicationProviderSettings)
IPersistableModel<SiteRecoveryReplicationProviderSettings>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

(Inherited from SiteRecoveryReplicationProviderSettings)
IPersistableModel<VmmVmDetails>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<VmmVmDetails>.GetFormatFromOptions(ModelReaderWriterOptions)

Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service.

IPersistableModel<VmmVmDetails>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to