DeleteComposeDeploymentDescription(String) Constructor

Definition

Instantiates an instance of DeleteComposeDeploymentDescription.

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

Parameters

deploymentName
String

The name of compose deployment.

Applies to