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