Uses of Class
com.azure.resourcemanager.automation.models.DscCompilationJobCreateParameters
Package
Description
Package containing the service clients for AutomationClient.
Package containing the data models for AutomationClient.
-
Uses of DscCompilationJobCreateParameters in com.azure.resourcemanager.automation.fluent
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, com.azure.core.util.Context context) Creates the Dsc compilation job of the configuration.DscCompilationJobsClient.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. -
Uses of DscCompilationJobCreateParameters in com.azure.resourcemanager.automation.models
Modifier and TypeMethodDescriptionDscCompilationJobCreateParameters.withConfiguration
(DscConfigurationAssociationProperty configuration) Set the configuration property: Gets or sets the configuration.DscCompilationJobCreateParameters.withIncrementNodeConfigurationBuild
(Boolean incrementNodeConfigurationBuild) Set the incrementNodeConfigurationBuild property: If a new build version of NodeConfiguration is required.DscCompilationJobCreateParameters.withLocation
(String location) Set the location property: Gets or sets the location of the resource.Set the name property: Gets or sets name of the resource.DscCompilationJobCreateParameters.withParameters
(Map<String, String> parameters) Set the parameters property: Gets or sets the parameters of the job.Set the tags property: Gets or sets the tags attached to the resource.