Freigeben über


InMageEnableProtectionInput Constructors

Definition

Overloads

InMageEnableProtectionInput()

Initializes a new instance of the InMageEnableProtectionInput class.

InMageEnableProtectionInput(String, String, String, String, String, String, String, String, InMageDiskExclusionInput, IList<String>)

Initializes a new instance of the InMageEnableProtectionInput class.

InMageEnableProtectionInput()

Initializes a new instance of the InMageEnableProtectionInput class.

public InMageEnableProtectionInput ();
Public Sub New ()

Applies to

InMageEnableProtectionInput(String, String, String, String, String, String, String, String, InMageDiskExclusionInput, IList<String>)

Initializes a new instance of the InMageEnableProtectionInput class.

public InMageEnableProtectionInput (string masterTargetId, string processServerId, string retentionDrive, string multiVMGroupId, string multiVMGroupName, string vmFriendlyName = default, string runAsAccountId = default, string datastoreName = default, Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.InMageDiskExclusionInput diskExclusionInput = default, System.Collections.Generic.IList<string> disksToInclude = default);
new Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.InMageEnableProtectionInput : string * string * string * string * string * string * string * string * Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.InMageDiskExclusionInput * System.Collections.Generic.IList<string> -> Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.InMageEnableProtectionInput
Public Sub New (masterTargetId As String, processServerId As String, retentionDrive As String, multiVMGroupId As String, multiVMGroupName As String, Optional vmFriendlyName As String = Nothing, Optional runAsAccountId As String = Nothing, Optional datastoreName As String = Nothing, Optional diskExclusionInput As InMageDiskExclusionInput = Nothing, Optional disksToInclude As IList(Of String) = Nothing)

Parameters

masterTargetId
String

The Master Target Id.

processServerId
String

The Process Server Id.

retentionDrive
String

The retention drive to use on the MT.

multiVMGroupId
String

The multi VM group Id.

multiVMGroupName
String

The multi VM group name.

vmFriendlyName
String

The VM Name.

runAsAccountId
String

The CS account Id.

datastoreName
String

The target datastore name.

diskExclusionInput
InMageDiskExclusionInput

The enable disk exclusion input.

disksToInclude
IList<String>

The disks to include list.

Applies to