Método RunbookOperationsExtensions.ListNext (IRunbookOperations, String)
Recupere uma lista próxima de runbooks. (consulte https://aka.ms/azureautomationsdk/runbookoperations para obter mais informações)
Namespace: Microsoft.WindowsAzure.Management.Automation
Assembly: Microsoft.WindowsAzure.Management.Automation (em Microsoft.WindowsAzure.Management.Automation.dll)
Sintaxe
public static RunbookListResponse ListNext(
this IRunbookOperations operations,
string nextLink
)
public:
[ExtensionAttribute]
static RunbookListResponse^ ListNext(
IRunbookOperations^ operations,
String^ nextLink
)
static member ListNext :
operations:IRunbookOperations *
nextLink:string -> RunbookListResponse
<ExtensionAttribute>
Public Shared Function ListNext (
operations As IRunbookOperations,
nextLink As String
) As RunbookListResponse
Parâmetros
operations
Type: Microsoft.WindowsAzure.Management.Automation.IRunbookOperationsReferência para o Microsoft.WindowsAzure.Management.Automation.IRunbookOperations.
nextLink
Type: System.StringObrigatório. O link para recuperar o próximo conjunto de itens.
Valor de retorno
Type: Microsoft.WindowsAzure.Management.Automation.Models.RunbookListResponse
O modelo de resposta para a operação de runbook da lista.
Consulte também
Classe RunbookOperationsExtensions
Namespace Microsoft.WindowsAzure.Management.Automation
Retornar ao topo