SiloHost.SetDeploymentId(String, String) 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.
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.