IAutomationClient.SetDscNodeById(String, String, Guid, String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public Microsoft.Azure.Commands.Automation.Model.DscNode SetDscNodeById (string resourceGroupName, string automationAccountName, Guid nodeId, string nodeConfigurationName);
abstract member SetDscNodeById : string * string * Guid * string -> Microsoft.Azure.Commands.Automation.Model.DscNode
Public Function SetDscNodeById (resourceGroupName As String, automationAccountName As String, nodeId As Guid, nodeConfigurationName As String) As DscNode
Parameters
- resourceGroupName
- String
- automationAccountName
- String
- nodeId
- Guid
- nodeConfigurationName
- String