DscCompilationJob Constructors
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.
Overloads
DscCompilationJob() |
Initializes a new instance of the DscCompilationJob class. |
DscCompilationJob(String, String, String, DscConfigurationAssociationProperty, String, Guid, DateTimeOffset, String, String, String, String, Nullable<DateTimeOffset>, Nullable<DateTimeOffset>, String, DateTimeOffset, Nullable<DateTimeOffset>, IDictionary<String,String>) |
Initializes a new instance of the DscCompilationJob class. |
DscCompilationJob()
Initializes a new instance of the DscCompilationJob class.
public DscCompilationJob ();
Public Sub New ()
Applies to
DscCompilationJob(String, String, String, DscConfigurationAssociationProperty, String, Guid, DateTimeOffset, String, String, String, String, Nullable<DateTimeOffset>, Nullable<DateTimeOffset>, String, DateTimeOffset, Nullable<DateTimeOffset>, IDictionary<String,String>)
Initializes a new instance of the DscCompilationJob class.
public DscCompilationJob (string id = default, string name = default, string type = default, Microsoft.Azure.Management.Automation.Models.DscConfigurationAssociationProperty configuration = default, string startedBy = default, Guid jobId = default, DateTimeOffset creationTime = default, string provisioningState = default, string runOn = default, string status = default, string statusDetails = default, DateTimeOffset? startTime = default, DateTimeOffset? endTime = default, string exception = default, DateTimeOffset lastModifiedTime = default, DateTimeOffset? lastStatusModifiedTime = default, System.Collections.Generic.IDictionary<string,string> parameters = default);
new Microsoft.Azure.Management.Automation.Models.DscCompilationJob : string * string * string * Microsoft.Azure.Management.Automation.Models.DscConfigurationAssociationProperty * string * Guid * DateTimeOffset * string * string * string * string * Nullable<DateTimeOffset> * Nullable<DateTimeOffset> * string * DateTimeOffset * Nullable<DateTimeOffset> * System.Collections.Generic.IDictionary<string, string> -> Microsoft.Azure.Management.Automation.Models.DscCompilationJob
Public Sub New (Optional id As String = Nothing, Optional name As String = Nothing, Optional type As String = Nothing, Optional configuration As DscConfigurationAssociationProperty = Nothing, Optional startedBy As String = Nothing, Optional jobId As Guid = Nothing, Optional creationTime As DateTimeOffset = Nothing, Optional provisioningState As String = Nothing, Optional runOn As String = Nothing, Optional status As String = Nothing, Optional statusDetails As String = Nothing, Optional startTime As Nullable(Of DateTimeOffset) = Nothing, Optional endTime As Nullable(Of DateTimeOffset) = Nothing, Optional exception As String = Nothing, Optional lastModifiedTime As DateTimeOffset = Nothing, Optional lastStatusModifiedTime As Nullable(Of DateTimeOffset) = Nothing, Optional parameters As IDictionary(Of String, String) = Nothing)
Parameters
- id
- String
Fully qualified resource Id for the resource
- name
- String
The name of the resource
- type
- String
The type of the resource.
- configuration
- DscConfigurationAssociationProperty
Gets or sets the configuration.
- startedBy
- String
Gets the compilation job started by.
- jobId
- Guid
Gets the id of the job.
- creationTime
- DateTimeOffset
Gets the creation time of the job.
- provisioningState
- String
The current provisioning state of the job. Possible values include: 'Failed', 'Succeeded', 'Suspended', 'Processing'
- runOn
- String
Gets or sets the runOn which specifies the group name where the job is to be executed.
- status
- String
Gets or sets the status of the job. Possible values include: 'New', 'Activating', 'Running', 'Completed', 'Failed', 'Stopped', 'Blocked', 'Suspended', 'Disconnected', 'Suspending', 'Stopping', 'Resuming', 'Removing'
- statusDetails
- String
Gets or sets the status details of the job.
- startTime
- Nullable<DateTimeOffset>
Gets the start time of the job.
- endTime
- Nullable<DateTimeOffset>
Gets the end time of the job.
- exception
- String
Gets the exception of the job.
- lastModifiedTime
- DateTimeOffset
Gets the last modified time of the job.
- lastStatusModifiedTime
- Nullable<DateTimeOffset>
Gets the last status modified time of the job.
- parameters
- IDictionary<String,String>
Gets or sets the parameters of the job.
Applies to
Azure SDK for .NET