Migration Center v1 API - Enum RunningService.Types.StartMode (1.0.0)

public enum RunningService.Types.StartMode

Reference documentation and code samples for the Migration Center v1 API enum RunningService.Types.StartMode.

Service start mode (OS-agnostic).

Namespace

Google.Cloud.MigrationCenter.V1

Assembly

Google.Cloud.MigrationCenter.V1.dll

Fields

NameDescription
Auto

The service is started by the operating system, at system start-up

Boot

The service is a device driver started by the system loader.

Disabled

The service is disabled.

Manual

The service is started only manually, by a user.

System

The service is a device driver started by the IOInitSystem function.

Unspecified

Start mode unspecified.