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, System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.Automation.DscCompilationJobData>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.Automation.DscCompilationJobData>
public class DscCompilationJobData : Azure.ResourceManager.Models.ResourceData
type DscCompilationJobData = class
inherit ResourceData
interface IJsonModel<DscCompilationJobData>
interface IPersistableModel<DscCompilationJobData>
type DscCompilationJobData = class
inherit ResourceData
Public Class DscCompilationJobData
Inherits ResourceData
Implements IJsonModel(Of DscCompilationJobData), IPersistableModel(Of DscCompilationJobData)
Public Class DscCompilationJobData
Inherits ResourceData
- Inheritance
- Implements
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) |
Explicit Interface Implementations
IJsonModel<DscCompilationJobData>.Create(Utf8JsonReader, ModelReaderWriterOptions) |
Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model. |
IJsonModel<DscCompilationJobData>.Write(Utf8JsonWriter, ModelReaderWriterOptions) |
Writes the model to the provided Utf8JsonWriter. |
IPersistableModel<DscCompilationJobData>.Create(BinaryData, ModelReaderWriterOptions) |
Converts the provided BinaryData into a model. |
IPersistableModel<DscCompilationJobData>.GetFormatFromOptions(ModelReaderWriterOptions) |
Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service. |
IPersistableModel<DscCompilationJobData>.Write(ModelReaderWriterOptions) |
Writes the model into a BinaryData. |
Applies to
Azure SDK for .NET