Aracılığıyla paylaş


InMageDisableProtectionProviderSpecificInput Constructors

Definition

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.

Applies to