AutomationAccountOperationsExtensions.ListNextAsync Metod
Definition
Viktigt
En del information gäller för förhandsversionen av en produkt och kan komma att ändras avsevärt innan produkten blir allmänt tillgänglig. Microsoft lämnar inga garantier, uttryckliga eller underförstådda, avseende informationen som visas här.
Överlagringar
ListNextAsync(IAutomationAccountOperations, String) | |
ListNextAsync(IAutomationAccountOperations, String, CancellationToken) |
Visar en lista över Automation-konton i en Azure-prenumeration. |
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)
Parametrar
- operations
- IAutomationAccountOperations
- nextLink
- String
Returer
Gäller för
ListNextAsync(IAutomationAccountOperations, String, CancellationToken)
Visar en lista över Automation-konton i en Azure-prenumeration.
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))
Parametrar
- operations
- IAutomationAccountOperations
Å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
Kommentarer
Hämta en lista över konton inom en viss prenumeration.
Gäller för
Samarbeta med oss på GitHub
Källan för det här innehållet finns på GitHub, där du även kan skapa och granska ärenden och pull-begäranden. Se vår deltagarguide för mer information.
Azure SDK for .NET