SiloHost.SetDeploymentId(String, String) 方法

定义

设置此接收器的 ClusterId,以及用于使用接收器系统数据的连接字符串,例如群集成员身份表。

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)

参数

deploymentIdclusterId
String

DeploymentId 此孤岛是其中的一部分。

connectionString
String

用于使用接收器系统数据的 Azure 连接字符串。

适用于