RestartNodeDescription Class

Describes the parameters to restart a Service Fabric node.

All required parameters must be populated in order to send to Azure.

Inheritance
RestartNodeDescription

Constructor

RestartNodeDescription(*, node_instance_id: str = '0', create_fabric_dump='False', **kwargs)

Parameters

node_instance_id
str
Required

Required. 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" .

create_fabric_dump
str or CreateFabricDump
Required

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