다음을 통해 공유


A2AEventDetails Class

Definition

Model class for event details of a A2A event.

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

Properties

FabricLocation

The fabric ___location.

FabricName

Fabric arm name.

FabricObjectId

The azure vm arm id.

ProtectedItemName

The protected item arm name.

RemoteFabricLocation

Remote fabric ___location.

RemoteFabricName

Remote fabric arm name.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<A2AEventDetails>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<A2AEventDetails>.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<A2AEventDetails>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<A2AEventDetails>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<A2AEventDetails>.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