ComposeDeploymentDescription Class
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.
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
Azure SDK for .NET