InMageAzureV2TestFailoverContent Class

Definition

InMageAzureV2 provider specific input for test failover.

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

Constructors

InMageAzureV2TestFailoverContent()

Initializes a new instance of InMageAzureV2TestFailoverContent.

Properties

OSUpgradeVersion

A value indicating the inplace OS Upgrade version.

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<InMageAzureV2TestFailoverContent>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

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

Converts the provided BinaryData into a model.

IPersistableModel<InMageAzureV2TestFailoverContent>.GetFormatFromOptions(ModelReaderWriterOptions)

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

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