次の方法で共有


ComposeDeploymentDescription(String, String) コンストラクター

定義

アプリケーション インスタンス ComposeDeploymentDescription 名と作成ファイルへのパスを使用して、 のインスタンスをインスタンス化します。

public ComposeDeploymentDescription(string deploymentName, string composeFilePath);
new Microsoft.ServiceFabric.Preview.Client.Description.ComposeDeploymentDescription : string * string -> Microsoft.ServiceFabric.Preview.Client.Description.ComposeDeploymentDescription
Public Sub New (deploymentName As String, composeFilePath As String)

パラメーター

deploymentName
String

Compose デプロイの名前。

composeFilePath
String

新規作成ファイルへのパス。

適用対象