Package version:

Reports the state and behavior of dependent services.

interface ServiceStatuses {
    extensionService?: ServiceStatus;
    guestConfigurationService?: ServiceStatus;
}

Properties

extensionService?: ServiceStatus

The state of the extension service on the Arc-enabled machine.

guestConfigurationService?: ServiceStatus

The state of the guest configuration service on the Arc-enabled machine.