Interface DscCompilationJob
public interface DscCompilationJob
An immutable client-side representation of DscCompilationJob.
-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic interface
The entirety of the DscCompilationJob definition.static interface
The DscCompilationJob definition stages. -
Method Summary
Modifier and TypeMethodDescriptionGets the configuration property: Gets or sets the configuration.Gets the creationTime property: Gets the creation time of the job.endTime()
Gets the endTime property: Gets the end time of the job.Gets the exception property: Gets the exception of the job.id()
Gets the id property: Fully qualified resource Id for the resource.Gets the inner com.azure.resourcemanager.automation.fluent.models.DscCompilationJobInner object.jobId()
Gets the jobId property: Gets the id of the job.Gets the lastModifiedTime property: Gets the last modified time of the job.Gets the lastStatusModifiedTime property: Gets the last status modified time of the job.name()
Gets the name property: The name of the resource.Gets the parameters property: Gets or sets the parameters of the job.Gets the provisioningState property: The current provisioning state of the job.refresh()
Refreshes the resource to sync with Azure.refresh
(com.azure.core.util.Context context) Refreshes the resource to sync with Azure.runOn()
Gets the runOn property: Gets or sets the runOn which specifies the group name where the job is to be executed.Gets the startedBy property: Gets the compilation job started by.Gets the startTime property: Gets the start time of the job.status()
Gets the status property: Gets or sets the status of the job.Gets the statusDetails property: Gets or sets the status details of the job.type()
Gets the type property: The type of the resource.
-
Method Details
-
id
String id()Gets the id property: Fully qualified resource Id for the resource.- Returns:
- the id value.
-
name
String name()Gets the name property: The name of the resource.- Returns:
- the name value.
-
type
String type()Gets the type property: The type of the resource.- Returns:
- the type value.
-
configuration
DscConfigurationAssociationProperty configuration()Gets the configuration property: Gets or sets the configuration.- Returns:
- the configuration value.
-
startedBy
String startedBy()Gets the startedBy property: Gets the compilation job started by.- Returns:
- the startedBy value.
-
jobId
UUID jobId()Gets the jobId property: Gets the id of the job.- Returns:
- the jobId value.
-
creationTime
OffsetDateTime creationTime()Gets the creationTime property: Gets the creation time of the job.- Returns:
- the creationTime value.
-
provisioningState
JobProvisioningState provisioningState()Gets the provisioningState property: The current provisioning state of the job.- Returns:
- the provisioningState value.
-
runOn
String runOn()Gets the runOn property: Gets or sets the runOn which specifies the group name where the job is to be executed.- Returns:
- the runOn value.
-
status
JobStatus status()Gets the status property: Gets or sets the status of the job.- Returns:
- the status value.
-
statusDetails
String statusDetails()Gets the statusDetails property: Gets or sets the status details of the job.- Returns:
- the statusDetails value.
-
startTime
OffsetDateTime startTime()Gets the startTime property: Gets the start time of the job.- Returns:
- the startTime value.
-
endTime
OffsetDateTime endTime()Gets the endTime property: Gets the end time of the job.- Returns:
- the endTime value.
-
exception
String exception()Gets the exception property: Gets the exception of the job.- Returns:
- the exception value.
-
lastModifiedTime
OffsetDateTime lastModifiedTime()Gets the lastModifiedTime property: Gets the last modified time of the job.- Returns:
- the lastModifiedTime value.
-
lastStatusModifiedTime
OffsetDateTime lastStatusModifiedTime()Gets the lastStatusModifiedTime property: Gets the last status modified time of the job.- Returns:
- the lastStatusModifiedTime value.
-
parameters
Gets the parameters property: Gets or sets the parameters of the job.- Returns:
- the parameters value.
-
innerModel
DscCompilationJobInner innerModel()Gets the inner com.azure.resourcemanager.automation.fluent.models.DscCompilationJobInner object.- Returns:
- the inner object.
-
refresh
DscCompilationJob refresh()Refreshes the resource to sync with Azure.- Returns:
- the refreshed resource.
-
refresh
Refreshes the resource to sync with Azure.- Parameters:
context
- The context to associate with this operation.- Returns:
- the refreshed resource.
-