AutomationAccountOperationsExtensions.ListNextAsync Methode
Definitie
Belangrijk
Bepaalde informatie heeft betrekking op een voorlopige productversie die aanzienlijk kan worden gewijzigd voordat deze wordt uitgebracht. Microsoft biedt geen enkele expliciete of impliciete garanties met betrekking tot de informatie die hier wordt verstrekt.
Overloads
ListNextAsync(IAutomationAccountOperations, String) | |
ListNextAsync(IAutomationAccountOperations, String, CancellationToken) |
Hiermee worden de Automation-accounts binnen een Azure-abonnement weergegeven. |
ListNextAsync(IAutomationAccountOperations, String)
public static System.Threading.Tasks.Task<Microsoft.Azure.Management.Automation.Models.AutomationAccountListResponse> ListNextAsync (this Microsoft.Azure.Management.Automation.IAutomationAccountOperations operations, string nextLink);
static member ListNextAsync : Microsoft.Azure.Management.Automation.IAutomationAccountOperations * string -> System.Threading.Tasks.Task<Microsoft.Azure.Management.Automation.Models.AutomationAccountListResponse>
<Extension()>
Public Function ListNextAsync (operations As IAutomationAccountOperations, nextLink As String) As Task(Of AutomationAccountListResponse)
Parameters
- operations
- IAutomationAccountOperations
- nextLink
- String
Retouren
Van toepassing op
ListNextAsync(IAutomationAccountOperations, String, CancellationToken)
Hiermee worden de Automation-accounts binnen een Azure-abonnement weergegeven.
public static System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Automation.Models.AutomationAccount>> ListNextAsync (this Microsoft.Azure.Management.Automation.IAutomationAccountOperations operations, string nextPageLink, System.Threading.CancellationToken cancellationToken = default);
static member ListNextAsync : Microsoft.Azure.Management.Automation.IAutomationAccountOperations * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Automation.Models.AutomationAccount>>
<Extension()>
Public Function ListNextAsync (operations As IAutomationAccountOperations, nextPageLink As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of IPage(Of AutomationAccount))
Parameters
- operations
- IAutomationAccountOperations
De bewerkingsgroep voor deze extensiemethode.
- nextPageLink
- String
De NextLink van de vorige geslaagde aanroepbewerking naar lijst.
- cancellationToken
- CancellationToken
Het annuleringstoken.
Retouren
Opmerkingen
Een lijst met accounts binnen een bepaald abonnement ophalen.
Van toepassing op
Azure SDK for .NET