AzureWorkloadRecoveryConfig Constructor
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.
public AzureWorkloadRecoveryConfig (string targetServer, string targetInstance, string restoreRequestType, Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.RecoveryPointBase recoveryPoint, DateTime pointInTime);
new Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.AzureWorkloadRecoveryConfig : string * string * string * Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.RecoveryPointBase * DateTime -> Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.AzureWorkloadRecoveryConfig
Public Sub New (targetServer As String, targetInstance As String, restoreRequestType As String, recoveryPoint As RecoveryPointBase, pointInTime As DateTime)
Parameters
- targetServer
- String
- targetInstance
- String
- restoreRequestType
- String
- recoveryPoint
- RecoveryPointBase
- pointInTime
- DateTime