Share via


EventHubsClient.ListAllEventHubs(String, String) Method

Definition

public System.Collections.Generic.IEnumerable<Microsoft.Azure.Commands.EventHub.Models.PSEventHubAttributes> ListAllEventHubs (string resourceGroupName, string namespaceName);
member this.ListAllEventHubs : string * string -> seq<Microsoft.Azure.Commands.EventHub.Models.PSEventHubAttributes>
Public Function ListAllEventHubs (resourceGroupName As String, namespaceName As String) As IEnumerable(Of PSEventHubAttributes)

Parameters

resourceGroupName
String
namespaceName
String

Returns

Applies to