Package version:

Describes the status and behavior of a service.

interface ServiceStatus {
    startupType?: string;
    status?: string;
}

Properties

startupType?: string

The behavior of the service when the Arc-enabled machine starts up.

status?: string

The current status of the service.