ComposeDeploymentStatusResultItem 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 status result item which is characterized by deployment name, application name, compose deployment status , and status details.
public sealed class ComposeDeploymentStatusResultItem
type ComposeDeploymentStatusResultItem = class
Public NotInheritable Class ComposeDeploymentStatusResultItem
- Inheritance
-
ComposeDeploymentStatusResultItem
Properties
ApplicationName |
Gets the name of the application as a URI. |
ComposeDeploymentStatus |
Gets the status of the compose deployment as ComposeDeploymentStatus. |
DeploymentName |
Gets the name of the compose deployment. |
StatusDetails |
Gets the status details of compose deployment including failure message. |
Applies to
Azure SDK for .NET