IDscNodeOperations.ListAsync メソッド

定義

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

パラメーター

resourceGroupName
String
automationAccount
String
cancellationToken
CancellationToken

戻り値

適用対象