DscCompilationJobCreateParameters 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 DscCompilationJobCreateParameters : Microsoft.Azure.Management.Automation.Models.ResourceCreateOrUpdateParameterBase
[Microsoft.Rest.Serialization.JsonTransformation]
public class DscCompilationJobCreateParameters
type DscCompilationJobCreateParameters = class
inherit ResourceCreateOrUpdateParameterBase
[<Microsoft.Rest.Serialization.JsonTransformation>]
type DscCompilationJobCreateParameters = class
Public Class DscCompilationJobCreateParameters
Inherits ResourceCreateOrUpdateParameterBase
Public Class DscCompilationJobCreateParameters
- Inheritance
- Inheritance
-
DscCompilationJobCreateParameters
- Attributes
Constructors
DscCompilationJobCreateParameters() |
Initializes a new instance of the DscCompilationJobCreateParameters class. |
DscCompilationJobCreateParameters(DscCompilationJobCreateProperties) | |
DscCompilationJobCreateParameters(DscConfigurationAssociationProperty, IDictionary<String,String>, Nullable<Boolean>, String, String, IDictionary<String,String>) |
Initializes a new instance of the DscCompilationJobCreateParameters class. |
Properties
Configuration |
Gets or sets the configuration. |
IncrementNodeConfigurationBuild |
Gets or sets if a new build version of NodeConfiguration is required. |
Location |
Gets or sets the location of the resource. |
Location | (Inherited from ResourceCreateOrUpdateParameterBase) |
Name |
Gets or sets name of the resource. |
Name | (Inherited from ResourceCreateOrUpdateParameterBase) |
Parameters |
Gets or sets the parameters of the job. |
Properties | |
Tags |
Gets or sets the tags attached to the resource. |
Tags | (Inherited from ResourceCreateOrUpdateParameterBase) |
Methods
Validate() |
Validate the object. |
Applies to
Azure SDK for .NET