次の方法で共有


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 接続文字列。

適用対象