StartNodePoisonDescription(String, BigInteger, List<String>) Constructor
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.
Constructs a StartNodePoisonDescription
public StartNodePoisonDescription (string nodeId, System.Numerics.BigInteger nodeInstanceId, System.Collections.Generic.List<string> neighbors);
new System.Fabric.Description.StartNodePoisonDescription : string * System.Numerics.BigInteger * System.Collections.Generic.List<string> -> System.Fabric.Description.StartNodePoisonDescription
Public Sub New (nodeId As String, nodeInstanceId As BigInteger, neighbors As List(Of String))
Parameters
- nodeId
- String
The id of the target node.
- nodeInstanceId
- BigInteger
The node instance id of the target node.
Applies to
Samarbeta med oss på GitHub
Källan för det här innehållet finns på GitHub, där du även kan skapa och granska ärenden och pull-begäranden. Se vår deltagarguide för mer information.
Azure SDK for .NET