InMageAzureV2ReprotectInput 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
InMageAzureV2ReprotectInput() |
Initializes a new instance of the InMageAzureV2ReprotectInput class. |
InMageAzureV2ReprotectInput(String, String, String, String, String, String, IList<String>) |
Initializes a new instance of the InMageAzureV2ReprotectInput class. |
InMageAzureV2ReprotectInput()
Initializes a new instance of the InMageAzureV2ReprotectInput class.
public InMageAzureV2ReprotectInput ();
Public Sub New ()
Applies to
InMageAzureV2ReprotectInput(String, String, String, String, String, String, IList<String>)
Initializes a new instance of the InMageAzureV2ReprotectInput class.
public InMageAzureV2ReprotectInput (string masterTargetId = default, string processServerId = default, string storageAccountId = default, string runAsAccountId = default, string policyId = default, string logStorageAccountId = default, System.Collections.Generic.IList<string> disksToInclude = default);
new Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.InMageAzureV2ReprotectInput : string * string * string * string * string * string * System.Collections.Generic.IList<string> -> Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.InMageAzureV2ReprotectInput
Public Sub New (Optional masterTargetId As String = Nothing, Optional processServerId As String = Nothing, Optional storageAccountId As String = Nothing, Optional runAsAccountId As String = Nothing, Optional policyId As String = Nothing, Optional logStorageAccountId As String = Nothing, Optional disksToInclude As IList(Of String) = Nothing)
Parameters
- masterTargetId
- String
The Master target Id.
- processServerId
- String
The Process Server Id.
- storageAccountId
- String
The storage account id.
- runAsAccountId
- String
The CS account Id.
- policyId
- String
The Policy Id.
- logStorageAccountId
- String
The storage account to be used for logging during replication.