InMageRcmUnplannedFailoverContent Class

Definition

InMageRcm provider specific input for unplanned failover.

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

Constructors

InMageRcmUnplannedFailoverContent(String)

Initializes a new instance of InMageRcmUnplannedFailoverContent.

Properties

PerformShutdown

A value indicating whether VM is to be shutdown.

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

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

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

Converts the provided BinaryData into a model.

IPersistableModel<InMageRcmUnplannedFailoverContent>.GetFormatFromOptions(ModelReaderWriterOptions)

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

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