Dela via


DscNodeOperationsExtensions.ListByAutomationAccountNextAsync Metod

Definition

Hämta en lista över dsc-noder. 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))

Parametrar

operations
IDscNodeOperations

Åtgärdsgruppen för den här tilläggsmetoden.

nextPageLink
String

NextLink från det tidigare lyckade anropet till liståtgärden.

cancellationToken
CancellationToken

Annulleringstoken.

Returer

Gäller för