A2ACrossClusterMigrationEnableProtectionInput 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
A2ACrossClusterMigrationEnableProtectionInput() |
Initializes a new instance of the A2ACrossClusterMigrationEnableProtectionInput class. |
A2ACrossClusterMigrationEnableProtectionInput(String, String) |
Initializes a new instance of the A2ACrossClusterMigrationEnableProtectionInput class. |
A2ACrossClusterMigrationEnableProtectionInput()
Initializes a new instance of the A2ACrossClusterMigrationEnableProtectionInput class.
public A2ACrossClusterMigrationEnableProtectionInput ();
Public Sub New ()
Applies to
A2ACrossClusterMigrationEnableProtectionInput(String, String)
Initializes a new instance of the A2ACrossClusterMigrationEnableProtectionInput class.
public A2ACrossClusterMigrationEnableProtectionInput (string fabricObjectId = default, string recoveryContainerId = default);
new Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.A2ACrossClusterMigrationEnableProtectionInput : string * string -> Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.A2ACrossClusterMigrationEnableProtectionInput
Public Sub New (Optional fabricObjectId As String = Nothing, Optional recoveryContainerId As String = Nothing)
Parameters
- fabricObjectId
- String
The fabric specific object Id of the virtual machine.
- recoveryContainerId
- String
The recovery container Id.