你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

RecoveryPlanGroupTaskDetails Class

Definition

This class represents the recovery plan group task.

[Newtonsoft.Json.JsonObject("RecoveryPlanGroupTaskDetails")]
public class RecoveryPlanGroupTaskDetails : Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.GroupTaskDetails
[<Newtonsoft.Json.JsonObject("RecoveryPlanGroupTaskDetails")>]
type RecoveryPlanGroupTaskDetails = class
    inherit GroupTaskDetails
Public Class RecoveryPlanGroupTaskDetails
Inherits GroupTaskDetails
Inheritance
RecoveryPlanGroupTaskDetails
Derived
Attributes
Newtonsoft.Json.JsonObjectAttribute

Constructors

RecoveryPlanGroupTaskDetails()

Initializes a new instance of the RecoveryPlanGroupTaskDetails class.

RecoveryPlanGroupTaskDetails(IList<ASRTask>, String, String, String)

Initializes a new instance of the RecoveryPlanGroupTaskDetails class.

Properties

ChildTasks

Gets or sets the child tasks.

(Inherited from GroupTaskDetails)
GroupId

Gets or sets the group identifier.

Name

Gets or sets the name.

RpGroupType

Gets or sets the group type.

Applies to