Edit

Share via


SiloHost.SetDeploymentId(String, String) Method

Definition

Set the ClusterId for this silo, as well as the connection string to use the silo system data, such as the cluster membership table..

public void SetDeploymentId (string deploymentId, string connectionString);
public void SetDeploymentId (string clusterId, string connectionString);
member this.SetDeploymentId : string * string -> unit
member this.SetDeploymentId : string * string -> unit
Public Sub SetDeploymentId (deploymentId As String, connectionString As String)
Public Sub SetDeploymentId (clusterId As String, connectionString As String)

Parameters

deploymentIdclusterId
String

DeploymentId this silo is part of.

connectionString
String

Azure connection string to use the silo system data.

Applies to