VMwareCbtEventDetails Class

Definition

Event details for VMwareCbt provider.

public class VMwareCbtEventDetails : Azure.ResourceManager.RecoveryServicesSiteRecovery.Models.SiteRecoveryEventProviderSpecificDetails, System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.RecoveryServicesSiteRecovery.Models.VMwareCbtEventDetails>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.RecoveryServicesSiteRecovery.Models.VMwareCbtEventDetails>
type VMwareCbtEventDetails = class
    inherit SiteRecoveryEventProviderSpecificDetails
    interface IJsonModel<VMwareCbtEventDetails>
    interface IPersistableModel<VMwareCbtEventDetails>
Public Class VMwareCbtEventDetails
Inherits SiteRecoveryEventProviderSpecificDetails
Implements IJsonModel(Of VMwareCbtEventDetails), IPersistableModel(Of VMwareCbtEventDetails)
Inheritance
Implements

Properties

MigrationItemName

The migration item name.

Explicit Interface Implementations

IJsonModel<SiteRecoveryEventProviderSpecificDetails>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

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

Writes the model to the provided Utf8JsonWriter.

(Inherited from SiteRecoveryEventProviderSpecificDetails)
IJsonModel<VMwareCbtEventDetails>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<VMwareCbtEventDetails>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<SiteRecoveryEventProviderSpecificDetails>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

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

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

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

Writes the model into a BinaryData.

(Inherited from SiteRecoveryEventProviderSpecificDetails)
IPersistableModel<VMwareCbtEventDetails>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<VMwareCbtEventDetails>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<VMwareCbtEventDetails>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to