AutomationAccountOperationsExtensions.ListNext 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.
Hiermee worden de Automation-accounts binnen een Azure-abonnement weergegeven.
public static Microsoft.Azure.Management.Automation.Models.AutomationAccountListResponse ListNext (this Microsoft.Azure.Management.Automation.IAutomationAccountOperations operations, string nextLink);
public static Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Automation.Models.AutomationAccount> ListNext (this Microsoft.Azure.Management.Automation.IAutomationAccountOperations operations, string nextPageLink);
static member ListNext : Microsoft.Azure.Management.Automation.IAutomationAccountOperations * string -> Microsoft.Azure.Management.Automation.Models.AutomationAccountListResponse
static member ListNext : Microsoft.Azure.Management.Automation.IAutomationAccountOperations * string -> Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Automation.Models.AutomationAccount>
<Extension()>
Public Function ListNext (operations As IAutomationAccountOperations, nextLink As String) As AutomationAccountListResponse
<Extension()>
Public Function ListNext (operations As IAutomationAccountOperations, nextPageLink As String) As IPage(Of AutomationAccount)
Parameters
- operations
- IAutomationAccountOperations
De bewerkingsgroep voor deze extensiemethode.
- nextLinknextPageLink
- String
Retouren
Opmerkingen
Een lijst met accounts binnen een bepaald abonnement ophalen.
Van toepassing op
Met ons samenwerken op GitHub
De bron voor deze inhoud vindt u op GitHub, waar u ook problemen en pull-aanvragen kunt maken en controleren. Bekijk onze gids voor inzenders voor meer informatie.
Azure SDK for .NET