共用方式為


Stop-ServiceFabricNode

過時。 停止 Service Fabric 叢集中的節點。

語法

Stop-ServiceFabricNode
    [-NodeName] <String>
    [[-NodeInstanceId] <BigInteger>]
    [-CommandCompletionMode <CompletionMode>]
    [-TimeoutSec <Int32>]
    [<CommonParameters>]

Description

此 Cmdlet 過時,有利於 Start-ServiceFabricNodeTransition

參數

-CommandCompletionMode

指定動作是否等候重新啟動完成。

類型:CompletionMode
接受的值:Invalid, DoNotVerify, Verify
Position:Named
預設值:None
必要:False
接受管線輸入:False
接受萬用字元:False

-NodeInstanceId

指定節點實例識別碼。

類型:BigInteger
Position:1
預設值:None
必要:False
接受管線輸入:True
接受萬用字元:False

-NodeName

指定要停止的 Service Fabric 節點名稱。

類型:String
Position:0
預設值:None
必要:True
接受管線輸入:True
接受萬用字元:False

-TimeoutSec

指定作業的逾時期間,以秒為單位。

類型:Int32
Position:Named
預設值:None
必要:False
接受管線輸入:False
接受萬用字元:False

輸入

System.String

System.Nullable`1[[System.Numerics.BigInteger, System.Numerics, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089]]

輸出

System.Object