Partager via


EventGridClient.ListSystemTopicBySubscriptionNext(String) Method

Definition

public (System.Collections.Generic.IEnumerable<Microsoft.Azure.Management.EventGrid.Models.SystemTopic>, string) ListSystemTopicBySubscriptionNext (string nextLink);
member this.ListSystemTopicBySubscriptionNext : string -> ValueTuple<seq<Microsoft.Azure.Management.EventGrid.Models.SystemTopic>, string>
Public Function ListSystemTopicBySubscriptionNext (nextLink As String) As ValueTuple(Of IEnumerable(Of SystemTopic), String)

Parameters

nextLink
String

Returns

Applies to