A2AVmSyncedConfigDetails Class

Definition

Azure to Azure VM synced configuration details.

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

Properties

Tags

The Azure VM tags.

VmEndpoints

The Azure VM input endpoints.

Explicit Interface Implementations

IJsonModel<A2AVmSyncedConfigDetails>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<A2AVmSyncedConfigDetails>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<A2AVmSyncedConfigDetails>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<A2AVmSyncedConfigDetails>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<A2AVmSyncedConfigDetails>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to