ArmRecoveryServicesSiteRecoveryModelFactory.InMageRcmReprotectContent Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.