Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface RestartNodeDescription

Package version

Describes the parameters to restart a Service Fabric node.

Hierarchy

  • RestartNodeDescription

Index

Properties

Optional createFabricDump

createFabricDump: CreateFabricDump

Specify True to create a dump of the fabric node process. This is case-sensitive. Possible values include: 'False', 'True'. Default value: 'False'.

nodeInstanceId

nodeInstanceId: string

The instance ID of the target node. If instance ID is specified the node is restarted only if it matches with the current instance of the node. A default value of "0" would match any instance ID. The instance ID can be obtained using get node query. Default value: '0'.

Generated using TypeDoc