Uses of Interface
com.azure.resourcemanager.automation.models.DscNode
Packages that use DscNode
Package
Description
Package containing the data models for AutomationClient.
-
Uses of DscNode in com.azure.resourcemanager.automation.models
Methods in com.azure.resourcemanager.automation.models that return DscNodeModifier and TypeMethodDescriptionRetrieve the dsc node identified by node id.DscNodes.update
(String resourceGroupName, String automationAccountName, String nodeId, DscNodeUpdateParameters dscNodeUpdateParameters) Update the dsc node.Methods in com.azure.resourcemanager.automation.models that return types with arguments of type DscNodeModifier and TypeMethodDescriptioncom.azure.core.http.rest.Response
<DscNode> DscNodes.getWithResponse
(String resourceGroupName, String automationAccountName, String nodeId, com.azure.core.util.Context context) Retrieve the dsc node identified by node id.com.azure.core.http.rest.PagedIterable
<DscNode> DscNodes.listByAutomationAccount
(String resourceGroupName, String automationAccountName) Retrieve a list of dsc nodes.com.azure.core.http.rest.PagedIterable
<DscNode> DscNodes.listByAutomationAccount
(String resourceGroupName, String automationAccountName, String filter, Integer skip, Integer top, String inlinecount, com.azure.core.util.Context context) Retrieve a list of dsc nodes.com.azure.core.http.rest.Response
<DscNode> DscNodes.updateWithResponse
(String resourceGroupName, String automationAccountName, String nodeId, DscNodeUpdateParameters dscNodeUpdateParameters, com.azure.core.util.Context context) Update the dsc node.