Uses of Interface
com.azure.resourcemanager.automation.models.DscNodeConfiguration
Package
Description
Package containing the data models for AutomationClient.
-
Uses of DscNodeConfiguration in com.azure.resourcemanager.automation.models
Modifier and TypeMethodDescriptionDscNodeConfiguration.Update.apply()
Executes the update request.DscNodeConfiguration.Update.apply
(com.azure.core.util.Context context) Executes the update request.DscNodeConfiguration.DefinitionStages.WithCreate.create()
Executes the create request.DscNodeConfiguration.DefinitionStages.WithCreate.create
(com.azure.core.util.Context context) Executes the create request.DscNodeConfigurations.get
(String resourceGroupName, String automationAccountName, String nodeConfigurationName) Retrieve the Dsc node configurations by node configuration.Retrieve the Dsc node configurations by node configuration.DscNodeConfiguration.refresh()
Refreshes the resource to sync with Azure.DscNodeConfiguration.refresh
(com.azure.core.util.Context context) Refreshes the resource to sync with Azure.Modifier and TypeMethodDescriptioncom.azure.core.http.rest.Response<DscNodeConfiguration>
DscNodeConfigurations.getByIdWithResponse
(String id, com.azure.core.util.Context context) Retrieve the Dsc node configurations by node configuration.com.azure.core.http.rest.Response<DscNodeConfiguration>
DscNodeConfigurations.getWithResponse
(String resourceGroupName, String automationAccountName, String nodeConfigurationName, com.azure.core.util.Context context) Retrieve the Dsc node configurations by node configuration.com.azure.core.http.rest.PagedIterable<DscNodeConfiguration>
DscNodeConfigurations.listByAutomationAccount
(String resourceGroupName, String automationAccountName) Retrieve a list of dsc node configurations.com.azure.core.http.rest.PagedIterable<DscNodeConfiguration>
DscNodeConfigurations.listByAutomationAccount
(String resourceGroupName, String automationAccountName, String filter, Integer skip, Integer top, String inlinecount, com.azure.core.util.Context context) Retrieve a list of dsc node configurations.