Condividi tramite


SupportTicketsOperationsExtensions.ListNext Method

Definition

Lists all the support tickets for an Azure subscription. You can also filter the support tickets by Status or CreatedDate using the $filter parameter. Output will be a paged result with nextLink, using which you can retrieve the next set of support tickets. <br/><br/>Support ticket data is available for 12 months after ticket creation. If a ticket was created more than 12 months ago, a request for data might cause an error.

public static Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Support.Models.SupportTicketDetails> ListNext (this Microsoft.Azure.Management.Support.ISupportTicketsOperations operations, string nextPageLink);
static member ListNext : Microsoft.Azure.Management.Support.ISupportTicketsOperations * string -> Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Support.Models.SupportTicketDetails>
<Extension()>
Public Function ListNext (operations As ISupportTicketsOperations, nextPageLink As String) As IPage(Of SupportTicketDetails)

Parameters

operations
ISupportTicketsOperations

The operations group for this extension method.

nextPageLink
String

The NextLink from the previous successful call to List operation.

Returns

Applies to