DisableProtectionInputProperties Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.