NodeTypeActionParameters interface
Parameters for Node type action. If nodes are not specified on the parameters, the operation will be performed in all nodes of the node type one upgrade domain at a time.
Properties
force | Force the action to go through. |
nodes | List of node names from the node type. |
update |
Specifies the way the operation will be performed. |
Property Details
force
Force the action to go through.
force?: boolean
Property Value
boolean
nodes
List of node names from the node type.
nodes?: string[]
Property Value
string[]
updateType
Specifies the way the operation will be performed.
updateType?: string
Property Value
string
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for JavaScript