DscCompilationJob Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Definition of the Dsc Compilation job.
public class DscCompilationJob
[Microsoft.Rest.Serialization.JsonTransformation]
public class DscCompilationJob : Microsoft.Azure.Management.Automation.Models.ProxyResource
type DscCompilationJob = class
[<Microsoft.Rest.Serialization.JsonTransformation>]
type DscCompilationJob = class
inherit ProxyResource
Public Class DscCompilationJob
Public Class DscCompilationJob
Inherits ProxyResource
- Inheritance
-
DscCompilationJob
- Inheritance
- Attributes
Constructors
DscCompilationJob() |
Initializes a new instance of the DscCompilationJob class. |
DscCompilationJob(String, String, String, DscConfigurationAssociationProperty, String, Guid, DateTimeOffset, String, String, String, String, Nullable<DateTimeOffset>, Nullable<DateTimeOffset>, String, DateTimeOffset, Nullable<DateTimeOffset>, IDictionary<String,String>) |
Initializes a new instance of the DscCompilationJob class. |
Properties
Configuration |
Gets or sets the configuration. |
CreationTime |
Gets the creation time of the job. |
EndTime |
Gets the end time of the job. |
Exception |
Gets the exception of the job. |
Id | |
Id |
Gets fully qualified resource Id for the resource (Inherited from Resource) |
JobId |
Gets the id of the job. |
LastModifiedTime |
Gets the last modified time of the job. |
LastStatusModifiedTime |
Gets the last status modified time of the job. |
Name |
Gets the name of the resource (Inherited from Resource) |
Parameters |
Gets or sets the parameters of the job. |
Properties | |
ProvisioningState |
Gets or sets 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. |
StartTime |
Gets the start time of the job. |
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. |
Type |
Gets the type of the resource. (Inherited from Resource) |
Applies to
Azure SDK for .NET