Share via


DisableProtectionInputProperties Constructors

Definition

Overloads

DisableProtectionInputProperties()

Initializes a new instance of the DisableProtectionInputProperties class.

DisableProtectionInputProperties(String, DisableProtectionProviderSpecificInput)

Initializes a new instance of the DisableProtectionInputProperties class.

DisableProtectionInputProperties()

Initializes a new instance of the DisableProtectionInputProperties class.

public DisableProtectionInputProperties ();
Public Sub New ()

Applies to

DisableProtectionInputProperties(String, DisableProtectionProviderSpecificInput)

Initializes a new instance of the DisableProtectionInputProperties class.

public DisableProtectionInputProperties (string disableProtectionReason = default, Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.DisableProtectionProviderSpecificInput replicationProviderInput = default);
new Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.DisableProtectionInputProperties : string * Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.DisableProtectionProviderSpecificInput -> Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.DisableProtectionInputProperties
Public Sub New (Optional disableProtectionReason As String = Nothing, Optional replicationProviderInput As DisableProtectionProviderSpecificInput = Nothing)

Parameters

disableProtectionReason
String

Disable protection reason. It can have values NotSpecified/MigrationComplete. Possible values include: 'NotSpecified', 'MigrationComplete'

replicationProviderInput
DisableProtectionProviderSpecificInput

Replication provider specific input.

Applies to