InMageRcmTestFailoverContent Class

Definition

InMageRcm provider specific input for test failover.

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

Constructors

InMageRcmTestFailoverContent()

Initializes a new instance of InMageRcmTestFailoverContent.

Properties

NetworkId

The test network Id.

RecoveryPointId

The recovery point id to be passed to test failover to a particular recovery point. In case of latest recovery point, null should be passed.

Explicit Interface Implementations

IJsonModel<InMageRcmTestFailoverContent>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<InMageRcmTestFailoverContent>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IJsonModel<TestFailoverProviderSpecificContent>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

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

Writes the model to the provided Utf8JsonWriter.

(Inherited from TestFailoverProviderSpecificContent)
IPersistableModel<InMageRcmTestFailoverContent>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<InMageRcmTestFailoverContent>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<InMageRcmTestFailoverContent>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

IPersistableModel<TestFailoverProviderSpecificContent>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

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

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

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

Writes the model into a BinaryData.

(Inherited from TestFailoverProviderSpecificContent)

Applies to