HyperVReplica2012R2EventDetails Class

Definition

Model class for event details of a HyperVReplica blue E2E event.

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

Properties

ContainerName

The container friendly name.

FabricName

The fabric friendly name.

RemoteContainerName

The remote container name.

RemoteFabricName

The remote fabric name.

Explicit Interface Implementations

IJsonModel<HyperVReplica2012R2EventDetails>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<HyperVReplica2012R2EventDetails>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

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)
IPersistableModel<HyperVReplica2012R2EventDetails>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<HyperVReplica2012R2EventDetails>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<HyperVReplica2012R2EventDetails>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

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)

Applies to