EventGridClient.ListByResourceId 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.
Overloads
ListByResourceId(String, String, String, Nullable<Int32>) | |
ListByResourceId(String, String) |
ListByResourceId(String, String, String, Nullable<Int32>)
public (System.Collections.Generic.IEnumerable<Microsoft.Azure.Management.EventGrid.Models.EventSubscription>, string) ListByResourceId (string currentSubscriptionId, string resourceId, string oDataQuery, int? top);
member this.ListByResourceId : string * string * string * Nullable<int> -> ValueTuple<seq<Microsoft.Azure.Management.EventGrid.Models.EventSubscription>, string>
Public Function ListByResourceId (currentSubscriptionId As String, resourceId As String, oDataQuery As String, top As Nullable(Of Integer)) As ValueTuple(Of IEnumerable(Of EventSubscription), String)
Parameters
- currentSubscriptionId
- String
- resourceId
- String
- oDataQuery
- String
Returns
Applies to
ListByResourceId(String, String)
public System.Collections.Generic.IEnumerable<Microsoft.Azure.Management.EventGrid.Models.EventSubscription> ListByResourceId (string currentSubscriptionId, string resourceId);
member this.ListByResourceId : string * string -> seq<Microsoft.Azure.Management.EventGrid.Models.EventSubscription>
Public Function ListByResourceId (currentSubscriptionId As String, resourceId As String) As IEnumerable(Of EventSubscription)
Parameters
- currentSubscriptionId
- String
- resourceId
- String