TestCluster.Deploy 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
多載
Deploy() |
使用指定的組態部署叢集,並啟動用戶端進程。 它會啟動 中 InitialSilosCount 定義的定址接收器數目。 |
Deploy(IEnumerable<String>) |
使用指定的組態部署叢集,並啟動用戶端進程。 |
Deploy()
使用指定的組態部署叢集,並啟動用戶端進程。 它會啟動 中 InitialSilosCount 定義的定址接收器數目。
public void Deploy ();
member this.Deploy : unit -> unit
Public Sub Deploy ()
適用於
Deploy(IEnumerable<String>)
使用指定的組態部署叢集,並啟動用戶端進程。
public void Deploy (System.Collections.Generic.IEnumerable<string> siloNames);
member this.Deploy : seq<string> -> unit
Public Sub Deploy (siloNames As IEnumerable(Of String))
參數
- siloNames
- IEnumerable<String>
只部署必須同時存在於集合中的 Overrides 指定定址接收器。