AutomationClient.ListDscNodes(String, String, String, 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 System.Collections.Generic.IEnumerable<Microsoft.Azure.Commands.Automation.Model.DscNode> ListDscNodes (string resourceGroupName, string automationAccountName, string status, ref string nextLink);
abstract member ListDscNodes : string * string * string * string -> seq<Microsoft.Azure.Commands.Automation.Model.DscNode>
override this.ListDscNodes : string * string * string * string -> seq<Microsoft.Azure.Commands.Automation.Model.DscNode>
Public Function ListDscNodes (resourceGroupName As String, automationAccountName As String, status As String, ByRef nextLink As String) As IEnumerable(Of DscNode)
Parameters
- resourceGroupName
- String
- automationAccountName
- String
- status
- String
- nextLink
- String