A2AContainerMappingContent Class

Definition

A2A container mapping input.

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

Constructors

A2AContainerMappingContent()

Initializes a new instance of A2AContainerMappingContent.

Properties

AgentAutoUpdateStatus

A value indicating whether the auto update is enabled.

AutomationAccountArmId

The automation account arm id.

AutomationAccountAuthenticationType

A value indicating the type authentication to use for automation Account.

Explicit Interface Implementations

IJsonModel<A2AContainerMappingContent>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<A2AContainerMappingContent>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IJsonModel<ReplicationProviderSpecificContainerMappingContent>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

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

Writes the model to the provided Utf8JsonWriter.

(Inherited from ReplicationProviderSpecificContainerMappingContent)
IPersistableModel<A2AContainerMappingContent>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<A2AContainerMappingContent>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<A2AContainerMappingContent>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

IPersistableModel<ReplicationProviderSpecificContainerMappingContent>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

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

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

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

Writes the model into a BinaryData.

(Inherited from ReplicationProviderSpecificContainerMappingContent)

Applies to