DscCompilationJob interface

Definition of the Dsc Compilation job.

Extends

Properties

configuration

Gets or sets the configuration.

creationTime

Gets the creation time of the job. NOTE: This property will not be serialized. It can only be populated by the server.

endTime

Gets the end time of the job. NOTE: This property will not be serialized. It can only be populated by the server.

exception

Gets the exception of the job. NOTE: This property will not be serialized. It can only be populated by the server.

jobId

Gets the id of the job. NOTE: This property will not be serialized. It can only be populated by the server.

lastModifiedTime

Gets the last modified time of the job. NOTE: This property will not be serialized. It can only be populated by the server.

lastStatusModifiedTime

Gets the last status modified time of the job. NOTE: This property will not be serialized. It can only be populated by the server.

parameters

Gets or sets the parameters of the job.

provisioningState

The current provisioning state of the job. Possible values include: 'Failed', 'Succeeded', 'Suspended', 'Processing'

runOn

Gets or sets the runOn which specifies the group name where the job is to be executed.

startedBy

Gets the compilation job started by. NOTE: This property will not be serialized. It can only be populated by the server.

startTime

Gets the start time of the job. NOTE: This property will not be serialized. It can only be populated by the server.

status

Gets or sets the status of the job. Possible values include: 'New', 'Activating', 'Running', 'Completed', 'Failed', 'Stopped', 'Blocked', 'Suspended', 'Disconnected', 'Suspending', 'Stopping', 'Resuming', 'Removing'

statusDetails

Gets or sets the status details of the job.

Inherited Properties

id

Fully qualified resource Id for the resource NOTE: This property will not be serialized. It can only be populated by the server.

name

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

type

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

Property Details

configuration

Gets or sets the configuration.

configuration?: DscConfigurationAssociationProperty

Property Value

creationTime

Gets the creation time of the job. NOTE: This property will not be serialized. It can only be populated by the server.

creationTime?: Date

Property Value

Date

endTime

Gets the end time of the job. NOTE: This property will not be serialized. It can only be populated by the server.

endTime?: Date

Property Value

Date

exception

Gets the exception of the job. NOTE: This property will not be serialized. It can only be populated by the server.

exception?: string

Property Value

string

jobId

Gets the id of the job. NOTE: This property will not be serialized. It can only be populated by the server.

jobId?: string

Property Value

string

lastModifiedTime

Gets the last modified time of the job. NOTE: This property will not be serialized. It can only be populated by the server.

lastModifiedTime?: Date

Property Value

Date

lastStatusModifiedTime

Gets the last status modified time of the job. NOTE: This property will not be serialized. It can only be populated by the server.

lastStatusModifiedTime?: Date

Property Value

Date

parameters

Gets or sets the parameters of the job.

parameters?: {[propertyName: string]: string}

Property Value

{[propertyName: string]: string}

provisioningState

The current provisioning state of the job. Possible values include: 'Failed', 'Succeeded', 'Suspended', 'Processing'

provisioningState?: JobProvisioningState

Property Value

runOn

Gets or sets the runOn which specifies the group name where the job is to be executed.

runOn?: string

Property Value

string

startedBy

Gets the compilation job started by. NOTE: This property will not be serialized. It can only be populated by the server.

startedBy?: string

Property Value

string

startTime

Gets the start time of the job. NOTE: This property will not be serialized. It can only be populated by the server.

startTime?: Date

Property Value

Date

status

Gets or sets the status of the job. Possible values include: 'New', 'Activating', 'Running', 'Completed', 'Failed', 'Stopped', 'Blocked', 'Suspended', 'Disconnected', 'Suspending', 'Stopping', 'Resuming', 'Removing'

status?: JobStatus

Property Value

statusDetails

Gets or sets the status details of the job.

statusDetails?: string

Property Value

string

Inherited Property Details

id

Fully qualified resource Id for the resource NOTE: This property will not be serialized. It can only be populated by the server.

id?: string

Property Value

string

Inherited From ProxyResource.id

name

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

name?: string

Property Value

string

Inherited From ProxyResource.name

type

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

type?: string

Property Value

string

Inherited From ProxyResource.type