ASRTaskBase 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
ASRTaskBase() |
Initializes a new instance of the ASRTaskBase class. |
ASRTaskBase(ASRTask) |
Initializes a new instance of the ASRTaskBase class. |
ASRTaskBase()
Initializes a new instance of the ASRTaskBase class.
public ASRTaskBase ();
Public Sub New ()
Applies to
ASRTaskBase(ASRTask)
Initializes a new instance of the ASRTaskBase class.
public ASRTaskBase (Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.ASRTask taskBase);
new Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRTaskBase : Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.ASRTask -> Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRTaskBase
Public Sub New (taskBase As ASRTask)
Parameters
- taskBase
- ASRTask
Base task details to load values from.