InMageAzureV2ReprotectContent Class

Definition

InMageAzureV2 specific provider input.

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

Constructors

InMageAzureV2ReprotectContent()

Initializes a new instance of InMageAzureV2ReprotectContent.

Properties

DisksToInclude

The disks to include list.

LogStorageAccountId

The storage account to be used for logging during replication.

MasterTargetId

The Master target Id.

PolicyId

The Policy Id.

ProcessServerId

The Process Server Id.

RunAsAccountId

The CS account Id.

StorageAccountId

The storage account id.

Explicit Interface Implementations

IJsonModel<InMageAzureV2ReprotectContent>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<InMageAzureV2ReprotectContent>.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<InMageAzureV2ReprotectContent>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<InMageAzureV2ReprotectContent>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<InMageAzureV2ReprotectContent>.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