InMageDisableProtectionProviderSpecificInput 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
InMageDisableProtectionProviderSpecificInput() |
Initializes a new instance of the InMageDisableProtectionProviderSpecificInput class. |
InMageDisableProtectionProviderSpecificInput(String) |
Initializes a new instance of the InMageDisableProtectionProviderSpecificInput class. |
InMageDisableProtectionProviderSpecificInput()
Initializes a new instance of the InMageDisableProtectionProviderSpecificInput class.
public InMageDisableProtectionProviderSpecificInput ();
Public Sub New ()
Applies to
InMageDisableProtectionProviderSpecificInput(String)
Initializes a new instance of the InMageDisableProtectionProviderSpecificInput class.
public InMageDisableProtectionProviderSpecificInput (string replicaVMDeletionStatus = default);
new Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.InMageDisableProtectionProviderSpecificInput : string -> Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.InMageDisableProtectionProviderSpecificInput
Public Sub New (Optional replicaVMDeletionStatus As String = Nothing)
Parameters
- replicaVMDeletionStatus
- String
A value indicating whether the replica VM should be destroyed or retained. Values from Delete and Retain.