CommunicationsOperationsExtensions.ListNext Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Lists all communications (attachments not included) for a support ticket. <br/></br> You can also filter support ticket communications by CreatedDate or CommunicationType using the $filter parameter. The only type of communication supported today is Web. Output will be a paged result with nextLink, using which you can retrieve the next set of Communication results. <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.CommunicationDetails> ListNext (this Microsoft.Azure.Management.Support.ICommunicationsOperations operations, string nextPageLink);
static member ListNext : Microsoft.Azure.Management.Support.ICommunicationsOperations * string -> Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Support.Models.CommunicationDetails>
<Extension()>
Public Function ListNext (operations As ICommunicationsOperations, nextPageLink As String) As IPage(Of CommunicationDetails)
Parameters
- operations
- ICommunicationsOperations
The operations group for this extension method.
- nextPageLink
- String
The NextLink from the previous successful call to List operation.
Returns
Applies to
Azure SDK for .NET