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