共用方式為


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 連接字串。

適用於