DscCompilationJobCreateOrUpdateContent 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.
The parameters supplied to the create compilation job operation.
public class DscCompilationJobCreateOrUpdateContent : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.Automation.Models.DscCompilationJobCreateOrUpdateContent>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.Automation.Models.DscCompilationJobCreateOrUpdateContent>
public class DscCompilationJobCreateOrUpdateContent
type DscCompilationJobCreateOrUpdateContent = class
interface IJsonModel<DscCompilationJobCreateOrUpdateContent>
interface IPersistableModel<DscCompilationJobCreateOrUpdateContent>
type DscCompilationJobCreateOrUpdateContent = class
Public Class DscCompilationJobCreateOrUpdateContent
Implements IJsonModel(Of DscCompilationJobCreateOrUpdateContent), IPersistableModel(Of DscCompilationJobCreateOrUpdateContent)
Public Class DscCompilationJobCreateOrUpdateContent
- Inheritance
-
DscCompilationJobCreateOrUpdateContent
- Implements
Constructors
DscCompilationJobCreateOrUpdateContent(DscConfigurationAssociationProperty) |
Initializes a new instance of DscCompilationJobCreateOrUpdateContent. |
Properties
ConfigurationName |
Gets or sets the name of the Dsc configuration. |
IsIncrementNodeConfigurationBuildRequired |
If a new build version of NodeConfiguration is required. |
Location |
Gets or sets the location of the resource. |
Name |
Gets or sets name of the resource. |
Parameters |
Gets or sets the parameters of the job. |
Tags |
Gets or sets the tags attached to the resource. |
Methods
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions) |
Explicit Interface Implementations
IJsonModel<DscCompilationJobCreateOrUpdateContent>.Create(Utf8JsonReader, ModelReaderWriterOptions) |
Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model. |
IJsonModel<DscCompilationJobCreateOrUpdateContent>.Write(Utf8JsonWriter, ModelReaderWriterOptions) |
Writes the model to the provided Utf8JsonWriter. |
IPersistableModel<DscCompilationJobCreateOrUpdateContent>.Create(BinaryData, ModelReaderWriterOptions) |
Converts the provided BinaryData into a model. |
IPersistableModel<DscCompilationJobCreateOrUpdateContent>.GetFormatFromOptions(ModelReaderWriterOptions) |
Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service. |
IPersistableModel<DscCompilationJobCreateOrUpdateContent>.Write(ModelReaderWriterOptions) |
Writes the model into a BinaryData. |
Applies to
Azure SDK for .NET