A2AUpdateContainerMappingContent Class

Definition

A2A update protection container mapping.

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

Constructors

A2AUpdateContainerMappingContent()

Initializes a new instance of A2AUpdateContainerMappingContent.

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<A2AUpdateContainerMappingContent>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<A2AUpdateContainerMappingContent>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IJsonModel<ReplicationProviderSpecificUpdateContainerMappingContent>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

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

Writes the model to the provided Utf8JsonWriter.

(Inherited from ReplicationProviderSpecificUpdateContainerMappingContent)
IPersistableModel<A2AUpdateContainerMappingContent>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<A2AUpdateContainerMappingContent>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<A2AUpdateContainerMappingContent>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

IPersistableModel<ReplicationProviderSpecificUpdateContainerMappingContent>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

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

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

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

Writes the model into a BinaryData.

(Inherited from ReplicationProviderSpecificUpdateContainerMappingContent)

Applies to