DscCompilationJobData 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.
A class representing the DscCompilationJob data model. Definition of the Dsc Compilation job.
public class DscCompilationJobData : Azure.ResourceManager.Models.ResourceData
type DscCompilationJobData = class
inherit ResourceData
Public Class DscCompilationJobData
Inherits ResourceData
- Inheritance
Constructors
DscCompilationJobData() |
Initializes a new instance of DscCompilationJobData. |
Properties
ConfigurationName |
Gets or sets the name of the Dsc configuration. |
CreatedOn |
Gets the creation time of the job. |
EndOn |
Gets the end time of the job. |
Exception |
Gets the exception of the job. |
Id |
Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}. (Inherited from ResourceData) |
JobId |
Gets the id of the job. |
LastModifiedOn |
Gets the last modified time of the job. |
LastStatusModifiedOn |
Gets the last status modified time of the job. |
Name |
The name of the resource. (Inherited from ResourceData) |
Parameters |
Gets or sets the parameters of the job. |
ProvisioningState |
The current provisioning state of the job. |
ResourceType |
The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts". (Inherited from ResourceData) |
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. |
StartOn |
Gets the start time of the job. |
Status |
Gets or sets the status of the job. |
StatusDetails |
Gets or sets the status details of the job. |
SystemData |
Azure Resource Manager metadata containing createdBy and modifiedBy information. (Inherited from ResourceData) |
Methods
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions) | (Inherited from ResourceData) |
Applies to
Azure SDK for .NET