Uses of Class
com.azure.resourcemanager.automation.fluent.models.DscCompilationJobInner
Package
Description
Package containing the service clients for AutomationClient.
Package containing the inner data models for AutomationClient.
Package containing the data models for AutomationClient.
-
Uses of DscCompilationJobInner in com.azure.resourcemanager.automation.fluent
Modifier and TypeMethodDescriptionDscCompilationJobsClient.create
(String resourceGroupName, String automationAccountName, String compilationJobName, DscCompilationJobCreateParameters parameters) Creates the Dsc compilation job of the configuration.DscCompilationJobsClient.create
(String resourceGroupName, String automationAccountName, String compilationJobName, DscCompilationJobCreateParameters parameters, com.azure.core.util.Context context) Creates the Dsc compilation job of the configuration.DscCompilationJobsClient.get
(String resourceGroupName, String automationAccountName, String compilationJobName) Retrieve the Dsc configuration compilation job identified by job id.Modifier and TypeMethodDescriptioncom.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<DscCompilationJobInner>,
DscCompilationJobInner> DscCompilationJobsClient.beginCreate
(String resourceGroupName, String automationAccountName, String compilationJobName, DscCompilationJobCreateParameters parameters) Creates the Dsc compilation job of the configuration.com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<DscCompilationJobInner>,
DscCompilationJobInner> DscCompilationJobsClient.beginCreate
(String resourceGroupName, String automationAccountName, String compilationJobName, DscCompilationJobCreateParameters parameters) Creates the Dsc compilation job of the configuration.com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<DscCompilationJobInner>,
DscCompilationJobInner> DscCompilationJobsClient.beginCreate
(String resourceGroupName, String automationAccountName, String compilationJobName, DscCompilationJobCreateParameters parameters, com.azure.core.util.Context context) Creates the Dsc compilation job of the configuration.com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<DscCompilationJobInner>,
DscCompilationJobInner> DscCompilationJobsClient.beginCreate
(String resourceGroupName, String automationAccountName, String compilationJobName, DscCompilationJobCreateParameters parameters, com.azure.core.util.Context context) Creates the Dsc compilation job of the configuration.com.azure.core.http.rest.Response<DscCompilationJobInner>
DscCompilationJobsClient.getWithResponse
(String resourceGroupName, String automationAccountName, String compilationJobName, com.azure.core.util.Context context) Retrieve the Dsc configuration compilation job identified by job id.com.azure.core.http.rest.PagedIterable<DscCompilationJobInner>
DscCompilationJobsClient.listByAutomationAccount
(String resourceGroupName, String automationAccountName) Retrieve a list of dsc compilation jobs.com.azure.core.http.rest.PagedIterable<DscCompilationJobInner>
DscCompilationJobsClient.listByAutomationAccount
(String resourceGroupName, String automationAccountName, String filter, com.azure.core.util.Context context) Retrieve a list of dsc compilation jobs. -
Uses of DscCompilationJobInner in com.azure.resourcemanager.automation.fluent.models
Modifier and TypeMethodDescriptionDscCompilationJobInner.withConfiguration
(DscConfigurationAssociationProperty configuration) Set the configuration property: Gets or sets the configuration.DscCompilationJobInner.withParameters
(Map<String, String> parameters) Set the parameters property: Gets or sets the parameters of the job.DscCompilationJobInner.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.DscCompilationJobInner.withStatus
(JobStatus status) Set the status property: Gets or sets the status of the job.DscCompilationJobInner.withStatusDetails
(String statusDetails) Set the statusDetails property: Gets or sets the status details of the job. -
Uses of DscCompilationJobInner in com.azure.resourcemanager.automation.models
Modifier and TypeMethodDescriptionDscCompilationJob.innerModel()
Gets the inner com.azure.resourcemanager.automation.fluent.models.DscCompilationJobInner object.Modifier and TypeMethodDescriptionDscCompilationJobListResult.value()
Get the value property: Gets or sets a list of Dsc Compilation jobs.Modifier and TypeMethodDescriptionDscCompilationJobListResult.withValue
(List<DscCompilationJobInner> value) Set the value property: Gets or sets a list of Dsc Compilation jobs.