次の方法で共有


ASRTaskBase Constructors

Definition

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.

Applies to