Delen via


InMageReprotectInput Constructors

Definition

Overloads

InMageReprotectInput()

Initializes a new instance of the InMageReprotectInput class.

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

Initializes a new instance of the InMageReprotectInput class.

InMageReprotectInput()

Initializes a new instance of the InMageReprotectInput class.

public InMageReprotectInput ();
Public Sub New ()

Applies to

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

Initializes a new instance of the InMageReprotectInput class.

public InMageReprotectInput (string masterTargetId, string processServerId, string retentionDrive, string profileId, 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.InMageReprotectInput : string * string * string * string * string * string * Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.InMageDiskExclusionInput * System.Collections.Generic.IList<string> -> Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.InMageReprotectInput
Public Sub New (masterTargetId As String, processServerId As String, retentionDrive As String, profileId As String, 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.

profileId
String

The Policy Id.

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