DeployedApplication 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 an instance of an application’s service host running on a Service Fabric Node.
public sealed class DeployedApplication
type DeployedApplication = class
Public NotInheritable Class DeployedApplication
- Inheritance
-
DeployedApplication
Properties
ApplicationName |
Gets the application name. |
ApplicationTypeName |
Gets the application type name. |
ApplicationTypeVersion |
Gets the application type version. |
DeployedApplicationStatus |
Gets the status of the deployed application instance. |
HealthState |
Gets the aggregated health state of the deployed application instance. |
LogDirectory |
Gets the log directory path used by the deployed application instance. |
TempDirectory |
Gets the temp directory path used by the deployed application instance. |
WorkDirectory |
Gets the work directory path used by the deployed application instance. |
Applies to
Azure SDK for .NET