Partager via


EventGridClient.ListChannelByPartnerNamespace Method

Definition

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

Parameters

resourceGroupName
String
partnerNamespaceName
String
oDataQuery
String

Returns

Applies to