Partager via


EventGridClient.ListTopicsBySubscription Method

Definition

Overloads

ListTopicsBySubscription()
ListTopicsBySubscription(String, Nullable<Int32>)

ListTopicsBySubscription()

public System.Collections.Generic.IEnumerable<Microsoft.Azure.Management.EventGrid.Models.Topic> ListTopicsBySubscription ();
member this.ListTopicsBySubscription : unit -> seq<Microsoft.Azure.Management.EventGrid.Models.Topic>
Public Function ListTopicsBySubscription () As IEnumerable(Of Topic)

Returns

Applies to

ListTopicsBySubscription(String, Nullable<Int32>)

public (System.Collections.Generic.IEnumerable<Microsoft.Azure.Management.EventGrid.Models.Topic>, string) ListTopicsBySubscription (string oDataQuery, int? top);
member this.ListTopicsBySubscription : string * Nullable<int> -> ValueTuple<seq<Microsoft.Azure.Management.EventGrid.Models.Topic>, string>
Public Function ListTopicsBySubscription (oDataQuery As String, top As Nullable(Of Integer)) As ValueTuple(Of IEnumerable(Of Topic), String)

Parameters

oDataQuery
String

Returns

Applies to