共用方式為


Start-ServiceFabricNode

過時。 啟動 Service Fabric 叢集中的節點。

語法

Start-ServiceFabricNode
     [-NodeName] <String>
     [[-NodeInstanceId] <BigInteger>]
     [[-IpAddressOrFQDN] <String>]
     [[-ClusterConnectionPort] <Int32>]
     [-CommandCompletionMode <CompletionMode>]
     [-TimeoutSec <Int32>]
     [<CommonParameters>]

Description

此 Cmdlet 過時,有利於 Start-ServiceFabricNodeTransition

Start-ServiceFabricNode Cmdlet 會啟動 Service Fabric 叢集中的節點。

參數

-ClusterConnectionPort

指定要啟動之節點的叢集聯機埠。

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

-CommandCompletionMode

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

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

-IpAddressOrFQDN

指定要啟動節點的IP位址或完整功能變數名稱 (FQDN)。

類型:String
Position:2
預設值:None
必要:False
接受管線輸入:True
接受萬用字元: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.Nullable`1[[System.Int32, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089]]

輸出

System.Object