ComposeDeploymentDescription(String, String) Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.