Share via


A2AProtectionContainerMappingDetails Class

Definition

A2A provider specific settings.

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

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.

JobScheduleName

The job schedule arm name.

ScheduleName

The schedule arm name.

Explicit Interface Implementations

IJsonModel<A2AProtectionContainerMappingDetails>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<A2AProtectionContainerMappingDetails>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IJsonModel<ProtectionContainerMappingProviderSpecificDetails>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

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

Writes the model to the provided Utf8JsonWriter.

(Inherited from ProtectionContainerMappingProviderSpecificDetails)
IPersistableModel<A2AProtectionContainerMappingDetails>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<A2AProtectionContainerMappingDetails>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<A2AProtectionContainerMappingDetails>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

IPersistableModel<ProtectionContainerMappingProviderSpecificDetails>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

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

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

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

Writes the model into a BinaryData.

(Inherited from ProtectionContainerMappingProviderSpecificDetails)

Applies to