Partager via


SourceControlOperationsExtensions.ListByAutomationAccountNext Méthode

Définition

Récupérez une liste de contrôles de code source. http://aka.ms/azureautomationsdk/sourcecontroloperations

public static Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Automation.Models.SourceControl> ListByAutomationAccountNext (this Microsoft.Azure.Management.Automation.ISourceControlOperations operations, string nextPageLink);
static member ListByAutomationAccountNext : Microsoft.Azure.Management.Automation.ISourceControlOperations * string -> Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Automation.Models.SourceControl>
<Extension()>
Public Function ListByAutomationAccountNext (operations As ISourceControlOperations, nextPageLink As String) As IPage(Of SourceControl)

Paramètres

operations
ISourceControlOperations

Groupe d’opérations pour cette méthode d’extension.

nextPageLink
String

NextLink du précédent appel réussi à l’opération List.

Retours

S’applique à