DomainTopicsOperationsExtensions.ListByDomainNext 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.
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
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET