InMageRcmReprotectInput Constructors
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.
Overloads
InMageRcmReprotectInput() |
Initializes a new instance of the InMageRcmReprotectInput class. |
InMageRcmReprotectInput(String, String, String, String) |
Initializes a new instance of the InMageRcmReprotectInput class. |
InMageRcmReprotectInput()
Initializes a new instance of the InMageRcmReprotectInput class.
public InMageRcmReprotectInput ();
Public Sub New ()
Applies to
InMageRcmReprotectInput(String, String, String, String)
Initializes a new instance of the InMageRcmReprotectInput class.
public InMageRcmReprotectInput (string reprotectAgentId, string datastoreName, string logStorageAccountId, string policyId = default);
new Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.InMageRcmReprotectInput : string * string * string * string -> Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.InMageRcmReprotectInput
Public Sub New (reprotectAgentId As String, datastoreName As String, logStorageAccountId As String, Optional policyId As String = Nothing)
Parameters
- reprotectAgentId
- String
The reprotect agent Id.
- datastoreName
- String
The target datastore name.
- logStorageAccountId
- String
The log storage account ARM Id.
- policyId
- String
The Policy Id.