ComposeDeploymentDescription(String, String) Constructor

Definition

Instantiates an instance of ComposeDeploymentDescription with the application instance name, and the path to the compose files.

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)

Parameters

deploymentName
String

Name of compose deployment.

composeFilePath
String

Path to the compose file.

Applies to