A2AReprotectContent Class

Definition

Azure specific reprotect input.

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

Constructors

A2AReprotectContent()

Initializes a new instance of A2AReprotectContent.

Properties

PolicyId

The Policy Id.

RecoveryAvailabilitySetId

The recovery availability set.

RecoveryCloudServiceId

The recovery cloud service Id. Valid for V1 scenarios.

RecoveryContainerId

The recovery container Id.

RecoveryResourceGroupId

The recovery resource group Id. Valid for V2 scenarios.

VmDisks

The list of vm disk details.

Explicit Interface Implementations

IJsonModel<A2AReprotectContent>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<A2AReprotectContent>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IJsonModel<ReverseReplicationProviderSpecificContent>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

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

Writes the model to the provided Utf8JsonWriter.

(Inherited from ReverseReplicationProviderSpecificContent)
IPersistableModel<A2AReprotectContent>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<A2AReprotectContent>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<A2AReprotectContent>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

IPersistableModel<ReverseReplicationProviderSpecificContent>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

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

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

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

Writes the model into a BinaryData.

(Inherited from ReverseReplicationProviderSpecificContent)

Applies to