TestCluster.Deploy Method
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.
Overloads
Deploy() |
Deploys the cluster using the specified configuration and starts the client in-process. It will start the number of silos defined in InitialSilosCount. |
Deploy(IEnumerable<String>) |
Deploys the cluster using the specified configuration and starts the client in-process. |
Deploy()
- Source:
- TestCluster.cs
Deploys the cluster using the specified configuration and starts the client in-process. It will start the number of silos defined in InitialSilosCount.
public void Deploy ();
member this.Deploy : unit -> unit
Public Sub Deploy ()
Applies to
Deploy(IEnumerable<String>)
Deploys the cluster using the specified configuration and starts the client in-process.
public void Deploy (System.Collections.Generic.IEnumerable<string> siloNames);
member this.Deploy : seq<string> -> unit
Public Sub Deploy (siloNames As IEnumerable(Of String))
Parameters
- siloNames
- IEnumerable<String>
Only deploy the specified silos which must also be present in the Overrides collection.