Share via


ComposeDeploymentUpgradeDescription(String, String[]) Constructor

Definition

Creates a new instance of 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())

Parameters

deploymentName
String
composeFilePaths
String[]

Applies to