DscNodeOperationsExtensions.ListByAutomationAccountNextAsync Metoda
Definice
Důležité
Některé informace platí pro předběžně vydaný produkt, který se může zásadně změnit, než ho výrobce nebo autor vydá. Microsoft neposkytuje žádné záruky, výslovné ani předpokládané, týkající se zde uváděných informací.
Načte seznam uzlů 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))
Parametry
- operations
- IDscNodeOperations
Skupina operací pro tuto metodu rozšíření.
- nextPageLink
- String
The NextLink from the previous successful call to List operation.
- cancellationToken
- CancellationToken
Token zrušení.
Návraty
Platí pro
Spolupracujte s námi na GitHubu
Zdroj tohoto obsahu najdete na GitHubu, kde můžete také vytvářet a kontrolovat problémy a žádosti o přijetí změn. Další informace najdete v našem průvodci pro přispěvatele.
Azure SDK for .NET