NodeStartDescription 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.
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
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
Azure SDK for .NET