你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

NodeStopDescription(Guid, String, BigInteger, Int32) Constructor

Definition

public NodeStopDescription(Guid operationId, string nodeName, System.Numerics.BigInteger nodeInstanceId, int stopDurationInSeconds);
new System.Fabric.Description.NodeStopDescription : Guid * string * System.Numerics.BigInteger * int -> System.Fabric.Description.NodeStopDescription
Public Sub New (operationId As Guid, nodeName As String, nodeInstanceId As BigInteger, stopDurationInSeconds As Integer)

Parameters

operationId
System.Guid
nodeName
System.String
nodeInstanceId
System.Numerics.BigInteger
stopDurationInSeconds
System.Int32

Applies to