DeployedApplication Class

Definition

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