NodeTransitionProgress Class
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.
Returns NodeTransitionProgress object.
[System.Runtime.Serialization.DataContract]
public sealed class NodeTransitionProgress : System.Fabric.TestCommandProgress
[<System.Runtime.Serialization.DataContract>]
type NodeTransitionProgress = class
inherit TestCommandProgress
Public NotInheritable Class NodeTransitionProgress
Inherits TestCommandProgress
- Inheritance
- Attributes
Remarks
This class returns the TestCommandProgressState, Result (when in Completed or Faulted state), and Exception (when in Faulted state) information for the node transition command.
Properties
Result |
Gets the result of the node transition command. This is avaliable only when the action is in Completed or Faulted state. |
State |
Gets the State at which the action is now: Running, Completed, Faulted, or Invalid (Inherited from TestCommandProgress) |
Methods
ToString() |
Returns a string representation of the contained information |
Applies to
Azure SDK for .NET