IDscNodeConfigurationOperations.ListAsync Method

Definition

public System.Threading.Tasks.Task<Microsoft.Azure.Management.Automation.Models.DscNodeConfigurationListResponse> ListAsync (string resourceGroupName, string automationAccount, Microsoft.Azure.Management.Automation.Models.DscNodeConfigurationListParameters parameters, System.Threading.CancellationToken cancellationToken);
abstract member ListAsync : string * string * Microsoft.Azure.Management.Automation.Models.DscNodeConfigurationListParameters * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.Automation.Models.DscNodeConfigurationListResponse>
Public Function ListAsync (resourceGroupName As String, automationAccount As String, parameters As DscNodeConfigurationListParameters, cancellationToken As CancellationToken) As Task(Of DscNodeConfigurationListResponse)

Parameters

resourceGroupName
String
automationAccount
String
cancellationToken
CancellationToken

Returns

Applies to