Uses of Class
com.azure.resourcemanager.automation.fluent.models.DscCompilationJobProperties
Package
Description
Package containing the inner data models for AutomationClient.
-
Uses of DscCompilationJobProperties in com.azure.resourcemanager.automation.fluent.models
Modifier and TypeMethodDescriptionDscCompilationJobProperties.withConfiguration
(DscConfigurationAssociationProperty configuration) Set the configuration property: Gets or sets the configuration.DscCompilationJobProperties.withParameters
(Map<String, String> parameters) Set the parameters property: Gets or sets the parameters of the job.DscCompilationJobProperties.withProvisioningState
(JobProvisioningState provisioningState) Set the provisioningState property: The current provisioning state of the job.Set the runOn property: Gets or sets the runOn which specifies the group name where the job is to be executed.DscCompilationJobProperties.withStatus
(JobStatus status) Set the status property: Gets or sets the status of the job.DscCompilationJobProperties.withStatusDetails
(String statusDetails) Set the statusDetails property: Gets or sets the status details of the job.