Share via


NodeDeactivationResult.Tasks Property

Definition

Contains information about all the node deactivation tasks for a node.

public System.Collections.Generic.IList<System.Fabric.Query.NodeDeactivationTask> Tasks { get; }
member this.Tasks : System.Collections.Generic.IList<System.Fabric.Query.NodeDeactivationTask>
Public ReadOnly Property Tasks As IList(Of NodeDeactivationTask)

Property Value

Returns IList<T>.

Applies to