Show / Hide Table of Contents

Class RunningService

Guest OS running service details.

Inheritance
object
RunningService
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.MigrationCenterAPI.v1.Data
Assembly: Google.Apis.MigrationCenterAPI.v1.dll
Syntax
public class RunningService : IDirectResponseSchema

Properties

Cmdline

Service command line.

Declaration
[JsonProperty("cmdline")]
public virtual string Cmdline { get; set; }
Property Value
Type Description
string

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

ExePath

Service binary path.

Declaration
[JsonProperty("exePath")]
public virtual string ExePath { get; set; }
Property Value
Type Description
string

Pid

Service pid.

Declaration
[JsonProperty("pid")]
public virtual long? Pid { get; set; }
Property Value
Type Description
long?

ServiceName

Service name.

Declaration
[JsonProperty("serviceName")]
public virtual string ServiceName { get; set; }
Property Value
Type Description
string

StartMode

Service start mode (OS-agnostic).

Declaration
[JsonProperty("startMode")]
public virtual string StartMode { get; set; }
Property Value
Type Description
string

State

Service state (OS-agnostic).

Declaration
[JsonProperty("state")]
public virtual string State { get; set; }
Property Value
Type Description
string

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX