ComposeDeploymentDescription Class

Definition

Describes a compose deployment to be created by using System.Fabric.FabricClient.ComposeDeploymentClient.CreateComposeDeploymentAsync(Microsoft.ServiceFabric.Preview.Client.Description.ComposeDeploymentDescription) .

public sealed class ComposeDeploymentDescription
type ComposeDeploymentDescription = class
Public NotInheritable Class ComposeDeploymentDescription
Inheritance
ComposeDeploymentDescription

Constructors

ComposeDeploymentDescription(String, String)

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

Properties

ComposeFilePath

Gets the path to the compose file.

ContainerRegistryPassword

Gets the container registry password.

ContainerRegistryUserName

Gets the container registry user name.

DeploymentName

Gets the name of the compose deployment.

IsRegistryPasswordEncrypted

Gets if the registry password specified is encrypted or not.

Applies to