Uses of Interface
com.azure.resourcemanager.automation.models.DscConfiguration
Package
Description
Package containing the data models for AutomationClient.
-
Uses of DscConfiguration in com.azure.resourcemanager.automation.models
Modifier and TypeMethodDescriptionDscConfiguration.Update.apply()
Executes the update request.DscConfiguration.Update.apply
(com.azure.core.util.Context context) Executes the update request.DscConfiguration.DefinitionStages.WithCreate.create()
Executes the create request.DscConfiguration.DefinitionStages.WithCreate.create
(com.azure.core.util.Context context) Executes the create request.DscConfigurations.createOrUpdate
(String resourceGroupName, String automationAccountName, String configurationName, String parameters) Create the configuration identified by configuration name.DscConfigurations.get
(String resourceGroupName, String automationAccountName, String configurationName) Retrieve the configuration identified by configuration name.Retrieve the configuration identified by configuration name.DscConfiguration.refresh()
Refreshes the resource to sync with Azure.DscConfiguration.refresh
(com.azure.core.util.Context context) Refreshes the resource to sync with Azure.Modifier and TypeMethodDescriptioncom.azure.core.http.rest.Response<DscConfiguration>
DscConfigurations.createOrUpdateWithResponse
(String resourceGroupName, String automationAccountName, String configurationName, String parameters, com.azure.core.util.Context context) Create the configuration identified by configuration name.com.azure.core.http.rest.Response<DscConfiguration>
DscConfigurations.getByIdWithResponse
(String id, com.azure.core.util.Context context) Retrieve the configuration identified by configuration name.com.azure.core.http.rest.Response<DscConfiguration>
DscConfigurations.getWithResponse
(String resourceGroupName, String automationAccountName, String configurationName, com.azure.core.util.Context context) Retrieve the configuration identified by configuration name.com.azure.core.http.rest.PagedIterable<DscConfiguration>
DscConfigurations.listByAutomationAccount
(String resourceGroupName, String automationAccountName) Retrieve a list of configurations.com.azure.core.http.rest.PagedIterable<DscConfiguration>
DscConfigurations.listByAutomationAccount
(String resourceGroupName, String automationAccountName, String filter, Integer skip, Integer top, String inlinecount, com.azure.core.util.Context context) Retrieve a list of configurations.com.azure.core.http.rest.Response<DscConfiguration>
DscConfigurations.updateWithResponse
(String resourceGroupName, String automationAccountName, String configurationName, String parameters, com.azure.core.util.Context context) Create the configuration identified by configuration name.