InMageAzureV2UnplannedFailoverContent Class

Definition

InMageAzureV2 provider specific input for unplanned failover.

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

Constructors

InMageAzureV2UnplannedFailoverContent()

Initializes a new instance of InMageAzureV2UnplannedFailoverContent.

Properties

OSUpgradeVersion

A value indicating the inplace OS Upgrade version.

RecoveryPointId

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

Explicit Interface Implementations

IJsonModel<InMageAzureV2UnplannedFailoverContent>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<InMageAzureV2UnplannedFailoverContent>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IJsonModel<UnplannedFailoverProviderSpecificContent>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

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

Writes the model to the provided Utf8JsonWriter.

(Inherited from UnplannedFailoverProviderSpecificContent)
IPersistableModel<InMageAzureV2UnplannedFailoverContent>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<InMageAzureV2UnplannedFailoverContent>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<InMageAzureV2UnplannedFailoverContent>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

IPersistableModel<UnplannedFailoverProviderSpecificContent>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

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

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

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

Writes the model into a BinaryData.

(Inherited from UnplannedFailoverProviderSpecificContent)

Applies to