Método JobStreamOperationsExtensions.ListNextAsync (IJobStreamOperations, String)
Obtém a próxima página de fluxos de trabalho usando o próximo link.
Namespace: Microsoft.WindowsAzure.Management.Automation
Assembly: Microsoft.WindowsAzure.Management.Automation (em Microsoft.WindowsAzure.Management.Automation.dll)
Sintaxe
public static Task<JobStreamListResponse> ListNextAsync(
this IJobStreamOperations operations,
string nextLink
)
public:
[ExtensionAttribute]
static Task<JobStreamListResponse^>^ ListNextAsync(
IJobStreamOperations^ operations,
String^ nextLink
)
static member ListNextAsync :
operations:IJobStreamOperations *
nextLink:string -> Task<JobStreamListResponse>
<ExtensionAttribute>
Public Shared Function ListNextAsync (
operations As IJobStreamOperations,
nextLink As String
) As Task(Of JobStreamListResponse)
Parâmetros
operations
Type: Microsoft.WindowsAzure.Management.Automation.IJobStreamOperationsReferência para o Microsoft.WindowsAzure.Management.Automation.IJobStreamOperations.
nextLink
Type: System.StringObrigatório. NextLink da chamada bem-sucedida anterior à operação List.
Valor de retorno
Type: System.Threading.Tasks.Task<JobStreamListResponse>
O modelo de resposta para a operação de fluxo de trabalho de lista.
Consulte também
Classe JobStreamOperationsExtensions
Namespace Microsoft.WindowsAzure.Management.Automation
Retornar ao topo