次の方法で共有


ComposeDeploymentUpgradeDescription(String, String[]) コンストラクター

定義

ComposeDeploymentUpgradeDescription の新しいインスタンスを作成します。

public ComposeDeploymentUpgradeDescription (string deploymentName, string[] composeFilePaths);
new Microsoft.ServiceFabric.Preview.Client.Description.ComposeDeploymentUpgradeDescription : string * string[] -> Microsoft.ServiceFabric.Preview.Client.Description.ComposeDeploymentUpgradeDescription
Public Sub New (deploymentName As String, composeFilePaths As String())

パラメーター

deploymentName
String
composeFilePaths
String[]

適用対象