Share via


DscCompilationJobCreateParameters Constructors

Definition

Overloads

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.

DscCompilationJobCreateParameters()

Initializes a new instance of the DscCompilationJobCreateParameters class.

public DscCompilationJobCreateParameters ();
Public Sub New ()

Applies to

DscCompilationJobCreateParameters(DscCompilationJobCreateProperties)

public DscCompilationJobCreateParameters (Microsoft.Azure.Management.Automation.Models.DscCompilationJobCreateProperties properties);
new Microsoft.Azure.Management.Automation.Models.DscCompilationJobCreateParameters : Microsoft.Azure.Management.Automation.Models.DscCompilationJobCreateProperties -> Microsoft.Azure.Management.Automation.Models.DscCompilationJobCreateParameters
Public Sub New (properties As DscCompilationJobCreateProperties)

Parameters

Applies to

DscCompilationJobCreateParameters(DscConfigurationAssociationProperty, IDictionary<String,String>, Nullable<Boolean>, String, String, IDictionary<String,String>)

Initializes a new instance of the DscCompilationJobCreateParameters class.

public DscCompilationJobCreateParameters (Microsoft.Azure.Management.Automation.Models.DscConfigurationAssociationProperty configuration, System.Collections.Generic.IDictionary<string,string> parameters = default, bool? incrementNodeConfigurationBuild = default, string name = default, string location = default, System.Collections.Generic.IDictionary<string,string> tags = default);
new Microsoft.Azure.Management.Automation.Models.DscCompilationJobCreateParameters : Microsoft.Azure.Management.Automation.Models.DscConfigurationAssociationProperty * System.Collections.Generic.IDictionary<string, string> * Nullable<bool> * string * string * System.Collections.Generic.IDictionary<string, string> -> Microsoft.Azure.Management.Automation.Models.DscCompilationJobCreateParameters
Public Sub New (configuration As DscConfigurationAssociationProperty, Optional parameters As IDictionary(Of String, String) = Nothing, Optional incrementNodeConfigurationBuild As Nullable(Of Boolean) = Nothing, Optional name As String = Nothing, Optional location As String = Nothing, Optional tags As IDictionary(Of String, String) = Nothing)

Parameters

configuration
DscConfigurationAssociationProperty

Gets or sets the configuration.

parameters
IDictionary<String,String>

Gets or sets the parameters of the job.

incrementNodeConfigurationBuild
Nullable<Boolean>

If a new build version of NodeConfiguration is required.

name
String

Gets or sets name of the resource.

location
String

Gets or sets the location of the resource.

tags
IDictionary<String,String>

Gets or sets the tags attached to the resource.

Applies to