ComposeDeploymentUpgradeDescription 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.UpgradeComposeDeploymentAsync(System.Fabric.Description.ComposeDeploymentUpgradeDescriptionWrapper).
public sealed class ComposeDeploymentUpgradeDescription
type ComposeDeploymentUpgradeDescription = class
Public NotInheritable Class ComposeDeploymentUpgradeDescription
- Inheritance
-
ComposeDeploymentUpgradeDescription
Constructors
ComposeDeploymentUpgradeDescription(String, String[]) |
Creates a new instance of ComposeDeploymentUpgradeDescription. |
Properties
ComposeFilePaths |
Gets the array of compose file paths, which describe the next version of this deployment. |
ContainerRegistryPassword |
Gets the password associated with the username specified in the ContainerRegistryUserName parameter. |
ContainerRegistryUserName |
Gets the user name for the container registry where the images for the containers in this deployment are present. |
DeploymentName |
Gets the name of the compose deployment which is to be upgraded. |
IsRegistryPasswordEncrypted |
Gets if the password specified in the ContainerRegistryPassword parameter is encrypted. |
UpgradePolicyDescription |
Gets or sets the description of the policy to be used for upgrading this compose deployment. |
Applies to
Azure SDK for .NET