Sdílet prostřednictvím


ArmRecoveryServicesSiteRecoveryModelFactory.InMageRcmReprotectContent Method

Definition

Initializes a new instance of InMageRcmReprotectContent.

public static Azure.ResourceManager.RecoveryServicesSiteRecovery.Models.InMageRcmReprotectContent InMageRcmReprotectContent (string reprotectAgentId = default, string datastoreName = default, Azure.Core.ResourceIdentifier logStorageAccountId = default, Azure.Core.ResourceIdentifier policyId = default);
static member InMageRcmReprotectContent : string * string * Azure.Core.ResourceIdentifier * Azure.Core.ResourceIdentifier -> Azure.ResourceManager.RecoveryServicesSiteRecovery.Models.InMageRcmReprotectContent
Public Shared Function InMageRcmReprotectContent (Optional reprotectAgentId As String = Nothing, Optional datastoreName As String = Nothing, Optional logStorageAccountId As ResourceIdentifier = Nothing, Optional policyId As ResourceIdentifier = Nothing) As InMageRcmReprotectContent

Parameters

reprotectAgentId
String

The reprotect agent Id.

datastoreName
String

The target datastore name.

logStorageAccountId
ResourceIdentifier

The log storage account ARM Id.

policyId
ResourceIdentifier

The Policy Id.

Returns

A new InMageRcmReprotectContent instance for mocking.

Applies to