InconsistentVmDetails 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.
This class stores the monitoring details for consistency check of inconsistent Protected Entity.
public class InconsistentVmDetails : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.RecoveryServicesSiteRecovery.Models.InconsistentVmDetails>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.RecoveryServicesSiteRecovery.Models.InconsistentVmDetails>
type InconsistentVmDetails = class
interface IJsonModel<InconsistentVmDetails>
interface IPersistableModel<InconsistentVmDetails>
Public Class InconsistentVmDetails
Implements IJsonModel(Of InconsistentVmDetails), IPersistableModel(Of InconsistentVmDetails)
- Inheritance
-
InconsistentVmDetails
- Implements
Properties
CloudName |
The Cloud name. |
Details |
The list of details regarding state of the Protected Entity in SRS and On prem. |
ErrorIds |
The list of error ids. |
VmName |
The Vm name. |
Explicit Interface Implementations
IJsonModel<InconsistentVmDetails>.Create(Utf8JsonReader, ModelReaderWriterOptions) |
Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model. |
IJsonModel<InconsistentVmDetails>.Write(Utf8JsonWriter, ModelReaderWriterOptions) |
Writes the model to the provided Utf8JsonWriter. |
IPersistableModel<InconsistentVmDetails>.Create(BinaryData, ModelReaderWriterOptions) |
Converts the provided BinaryData into a model. |
IPersistableModel<InconsistentVmDetails>.GetFormatFromOptions(ModelReaderWriterOptions) |
Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service. |
IPersistableModel<InconsistentVmDetails>.Write(ModelReaderWriterOptions) |
Writes the model into a BinaryData. |
Applies to
Azure SDK for .NET