Uses of Class
com.azure.resourcemanager.automation.models.DscNodeUpdateParameters
Package
Description
Package containing the service clients for AutomationClient.
Package containing the data models for AutomationClient.
-
Uses of DscNodeUpdateParameters in com.azure.resourcemanager.automation.fluent
Modifier and TypeMethodDescriptionDscNodesClient.update
(String resourceGroupName, String automationAccountName, String nodeId, DscNodeUpdateParameters dscNodeUpdateParameters) Update the dsc node.com.azure.core.http.rest.Response<DscNodeInner>
DscNodesClient.updateWithResponse
(String resourceGroupName, String automationAccountName, String nodeId, DscNodeUpdateParameters dscNodeUpdateParameters, com.azure.core.util.Context context) Update the dsc node. -
Uses of DscNodeUpdateParameters in com.azure.resourcemanager.automation.models
Modifier and TypeMethodDescriptionDscNodeUpdateParameters.withNodeId
(String nodeId) Set the nodeId property: Gets or sets the id of the dsc node.DscNodeUpdateParameters.withProperties
(DscNodeUpdateParametersProperties properties) Set the properties property: The properties property.Modifier and TypeMethodDescriptionDscNodes.update
(String resourceGroupName, String automationAccountName, String nodeId, DscNodeUpdateParameters dscNodeUpdateParameters) Update the dsc node.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.