SiloHost.SetDeploymentId(String, String) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
设置此接收器的 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 连接字符串。