Condividi tramite


DscNodeOperationsExtensions.ListByAutomationAccountNextAsync Metodo

Definizione

Recuperare un elenco di nodi DSC. http://aka.ms/azureautomationsdk/dscnodeoperations

public static System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Automation.Models.DscNode>> ListByAutomationAccountNextAsync (this Microsoft.Azure.Management.Automation.IDscNodeOperations operations, string nextPageLink, System.Threading.CancellationToken cancellationToken = default);
static member ListByAutomationAccountNextAsync : Microsoft.Azure.Management.Automation.IDscNodeOperations * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Automation.Models.DscNode>>
<Extension()>
Public Function ListByAutomationAccountNextAsync (operations As IDscNodeOperations, nextPageLink As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of IPage(Of DscNode))

Parametri

operations
IDscNodeOperations

Gruppo di operazioni per questo metodo di estensione.

nextPageLink
String

NextLink dalla chiamata precedente all'operazione List.

cancellationToken
CancellationToken

Token di annullamento.

Restituisce

Si applica a