Share via


NodeStopDescription Class

Definition

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

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

Constructors

NodeStopDescription(Guid, String, BigInteger, Int32)

Constructs a NodeTransitionDescription, which describes information about a node to stop.

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)
StopDurationInSeconds

The duration to keep the node stopped. After this time expires, the node will automatically come back up. The units is in seconds. The minimum value is 600, the maximum is 14400.

Methods

ToString()

Prints a string representation of the object.

Applies to