DscCompilationJob interface
Definition of the Dsc Compilation job.
- Extends
Properties
configuration | Gets or sets the configuration. |
creation |
Gets the creation time of the job. NOTE: This property will not be serialized. It can only be populated by the server. |
end |
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. |
job |
Gets the id of the job. NOTE: This property will not be serialized. It can only be populated by the server. |
last |
Gets the last modified time of the job. NOTE: This property will not be serialized. It can only be populated by the server. |
last |
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. |
provisioning |
The current provisioning state of the job. |
run |
Gets or sets the runOn which specifies the group name where the job is to be executed. |
started |
Gets the compilation job started by. NOTE: This property will not be serialized. It can only be populated by the server. |
start |
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. |
status |
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.
provisioningState?: string
Property Value
string
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.
status?: string
Property Value
string
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
Azure SDK for JavaScript