Uses of Interface
com.azure.resourcemanager.automation.models.DscCompilationJob
Package
Description
Package containing the data models for AutomationClient.
-
Uses of DscCompilationJob in com.azure.resourcemanager.automation.models
Modifier and TypeMethodDescriptionDscCompilationJob.DefinitionStages.WithCreate.create()
Executes the create request.DscCompilationJob.DefinitionStages.WithCreate.create
(com.azure.core.util.Context context) Executes the create request.DscCompilationJobs.get
(String resourceGroupName, String automationAccountName, String compilationJobName) Retrieve the Dsc configuration compilation job identified by job id.Retrieve the Dsc configuration compilation job identified by job id.DscCompilationJob.refresh()
Refreshes the resource to sync with Azure.DscCompilationJob.refresh
(com.azure.core.util.Context context) Refreshes the resource to sync with Azure.Modifier and TypeMethodDescriptioncom.azure.core.http.rest.Response<DscCompilationJob>
DscCompilationJobs.getByIdWithResponse
(String id, com.azure.core.util.Context context) Retrieve the Dsc configuration compilation job identified by job id.com.azure.core.http.rest.Response<DscCompilationJob>
DscCompilationJobs.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<DscCompilationJob>
DscCompilationJobs.listByAutomationAccount
(String resourceGroupName, String automationAccountName) Retrieve a list of dsc compilation jobs.com.azure.core.http.rest.PagedIterable<DscCompilationJob>
DscCompilationJobs.listByAutomationAccount
(String resourceGroupName, String automationAccountName, String filter, com.azure.core.util.Context context) Retrieve a list of dsc compilation jobs.