Sdílet prostřednictvím


ArmRecoveryServicesSiteRecoveryModelFactory.InMageReprotectContent Method

Definition

Initializes a new instance of InMageReprotectContent.

public static Azure.ResourceManager.RecoveryServicesSiteRecovery.Models.InMageReprotectContent InMageReprotectContent (string masterTargetId = default, Guid processServerId = default, string retentionDrive = default, string runAsAccountId = default, string datastoreName = default, Azure.ResourceManager.RecoveryServicesSiteRecovery.Models.InMageDiskExclusionContent diskExclusionContent = default, string profileId = default, System.Collections.Generic.IEnumerable<string> disksToInclude = default);
static member InMageReprotectContent : string * Guid * string * string * string * Azure.ResourceManager.RecoveryServicesSiteRecovery.Models.InMageDiskExclusionContent * string * seq<string> -> Azure.ResourceManager.RecoveryServicesSiteRecovery.Models.InMageReprotectContent
Public Shared Function InMageReprotectContent (Optional masterTargetId As String = Nothing, Optional processServerId As Guid = Nothing, Optional retentionDrive As String = Nothing, Optional runAsAccountId As String = Nothing, Optional datastoreName As String = Nothing, Optional diskExclusionContent As InMageDiskExclusionContent = Nothing, Optional profileId As String = Nothing, Optional disksToInclude As IEnumerable(Of String) = Nothing) As InMageReprotectContent

Parameters

masterTargetId
String

The Master Target Id.

processServerId
Guid

The Process Server Id.

retentionDrive
String

The retention drive to use on the MT.

runAsAccountId
String

The CS account Id.

datastoreName
String

The target datastore name.

diskExclusionContent
InMageDiskExclusionContent

The enable disk exclusion input.

profileId
String

The Policy Id.

disksToInclude
IEnumerable<String>

The disks to include list.

Returns

A new InMageReprotectContent instance for mocking.

Applies to