NodeStartDescription Class

Definition

Describes information about how a node should be started using StartNodeTransitionAsync().

public sealed class NodeStartDescription : System.Fabric.Description.NodeTransitionDescription
type NodeStartDescription = class
    inherit NodeTransitionDescription
Public NotInheritable Class NodeStartDescription
Inherits NodeTransitionDescription
Inheritance
NodeStartDescription

Constructors

NodeStartDescription(Guid, String, BigInteger)

Create an instance of NodeStartDescription, which describes information about how a node should be started using StartNodeTransitionAsync().

Properties

NodeInstanceId

The node instance id of the target node. This can be determined through GetNodeListAsync().

(Inherited from NodeTransitionDescription)
NodeName

The name of the node to start or stop. The name can be determined through GetNodeListAsync().

(Inherited from NodeTransitionDescription)
NodeTransitionType

NodeTransitionType determines what type of transition to perform. Start will start a stopped node. Stop will stop an up node.

(Inherited from NodeTransitionDescription)
OperationId

A Guid to identify this operation. This should be unique, and should not be used with other operations.

(Inherited from NodeTransitionDescription)

Methods

ToString()

Prints a string representation of this object.

(Inherited from NodeTransitionDescription)

Applies to