A2ACrossClusterMigrationEnableProtectionContent Class

Definition

A2A Cross-Cluster Migration enable protection input.

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

Constructors

A2ACrossClusterMigrationEnableProtectionContent()

Initializes a new instance of A2ACrossClusterMigrationEnableProtectionContent.

Properties

FabricObjectId

The fabric specific object Id of the virtual machine.

RecoveryContainerId

The recovery container Id.

Explicit Interface Implementations

IJsonModel<A2ACrossClusterMigrationEnableProtectionContent>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<A2ACrossClusterMigrationEnableProtectionContent>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IJsonModel<EnableProtectionProviderSpecificContent>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

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

Writes the model to the provided Utf8JsonWriter.

(Inherited from EnableProtectionProviderSpecificContent)
IPersistableModel<A2ACrossClusterMigrationEnableProtectionContent>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<A2ACrossClusterMigrationEnableProtectionContent>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<A2ACrossClusterMigrationEnableProtectionContent>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

IPersistableModel<EnableProtectionProviderSpecificContent>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

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

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

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

Writes the model into a BinaryData.

(Inherited from EnableProtectionProviderSpecificContent)

Applies to