Partager via


UnplannedFailoverInput Constructors

Definition

Overloads

UnplannedFailoverInput()

Initializes a new instance of the UnplannedFailoverInput class.

UnplannedFailoverInput(UnplannedFailoverInputProperties)

Initializes a new instance of the UnplannedFailoverInput class.

UnplannedFailoverInput()

Initializes a new instance of the UnplannedFailoverInput class.

public UnplannedFailoverInput ();
Public Sub New ()

Applies to

UnplannedFailoverInput(UnplannedFailoverInputProperties)

Initializes a new instance of the UnplannedFailoverInput class.

public UnplannedFailoverInput (Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.UnplannedFailoverInputProperties properties);
new Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.UnplannedFailoverInput : Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.UnplannedFailoverInputProperties -> Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.UnplannedFailoverInput
Public Sub New (properties As UnplannedFailoverInputProperties)

Parameters

properties
UnplannedFailoverInputProperties

Unplanned failover input properties.

Applies to