Delen via


InMageRcmUnplannedFailoverInput Class

Definition

InMageRcm provider specific input for unplanned failover.

[Newtonsoft.Json.JsonObject("InMageRcm")]
public class InMageRcmUnplannedFailoverInput : Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.UnplannedFailoverProviderSpecificInput
[<Newtonsoft.Json.JsonObject("InMageRcm")>]
type InMageRcmUnplannedFailoverInput = class
    inherit UnplannedFailoverProviderSpecificInput
Public Class InMageRcmUnplannedFailoverInput
Inherits UnplannedFailoverProviderSpecificInput
Inheritance
InMageRcmUnplannedFailoverInput
Attributes
Newtonsoft.Json.JsonObjectAttribute

Constructors

InMageRcmUnplannedFailoverInput()

Initializes a new instance of the InMageRcmUnplannedFailoverInput class.

InMageRcmUnplannedFailoverInput(String, String)

Initializes a new instance of the InMageRcmUnplannedFailoverInput class.

Properties

PerformShutdown

Gets or sets a value indicating whether VM is to be shutdown.

RecoveryPointId

Gets or sets the recovery point id to be passed to failover to a particular recovery point. In case of latest recovery point, null should be passed.

Methods

Validate()

Validate the object.

Applies to