Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ProcessEntity

Package version

Represents a process entity.

Hierarchy

Index

Properties

Optional accountEntityId

accountEntityId: undefined | string

The account entity id running the processes. NOTE: This property will not be serialized. It can only be populated by the server.

Optional additionalData

additionalData: undefined | {}

A bag of custom fields that should be part of the entity and will be presented to the user. NOTE: This property will not be serialized. It can only be populated by the server.

Optional commandLine

commandLine: undefined | string

The command line used to create the process NOTE: This property will not be serialized. It can only be populated by the server.

Optional creationTimeUtc

creationTimeUtc: Date

The time when the process started to run NOTE: This property will not be serialized. It can only be populated by the server.

Optional elevationToken

elevationToken: ElevationToken

The elevation token associated with the process.

Optional friendlyName

friendlyName: undefined | string

The graph item display name which is a short humanly readable description of the graph item instance. This property is optional and might be system generated. NOTE: This property will not be serialized. It can only be populated by the server.

Optional hostEntityId

hostEntityId: undefined | string

The host entity id on which the process was running NOTE: This property will not be serialized. It can only be populated by the server.

Optional hostLogonSessionEntityId

hostLogonSessionEntityId: undefined | string

The session entity id in which the process was running NOTE: This property will not be serialized. It can only be populated by the server.

Optional id

id: undefined | string

Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName} NOTE: This property will not be serialized. It can only be populated by the server.

Optional imageFileEntityId

imageFileEntityId: undefined | string

Image file entity id NOTE: This property will not be serialized. It can only be populated by the server.

kind

kind: "Process"

Polymorphic discriminator, which specifies the different types this object can be

Optional name

name: undefined | string

The name of the resource NOTE: This property will not be serialized. It can only be populated by the server.

Optional parentProcessEntityId

parentProcessEntityId: undefined | string

The parent process entity id. NOTE: This property will not be serialized. It can only be populated by the server.

Optional processId

processId: undefined | string

The process ID NOTE: This property will not be serialized. It can only be populated by the server.

Optional systemData

systemData: SystemData

Azure Resource Manager metadata containing createdBy and modifiedBy information. NOTE: This property will not be serialized. It can only be populated by the server.

Optional type

type: undefined | string

The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts" NOTE: This property will not be serialized. It can only be populated by the server.

Generated using TypeDoc