DomainTopicsOperationsExtensions.ListByDomainNext Method

Definition

List domain topics.

public static Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.EventGrid.Models.DomainTopic> ListByDomainNext (this Microsoft.Azure.Management.EventGrid.IDomainTopicsOperations operations, string nextPageLink);
static member ListByDomainNext : Microsoft.Azure.Management.EventGrid.IDomainTopicsOperations * string -> Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.EventGrid.Models.DomainTopic>
<Extension()>
Public Function ListByDomainNext (operations As IDomainTopicsOperations, nextPageLink As String) As IPage(Of DomainTopic)

Parameters

operations
IDomainTopicsOperations

The operations group for this extension method.

nextPageLink
String

The NextLink from the previous successful call to List operation.

Returns

Remarks

List all the topics in a domain.

Applies to