ApplicationGroupOperationsExtensions.ListByNamespace Method

Definition

Gets a list of application groups for a Namespace.

public static Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.EventHub.Models.ApplicationGroup> ListByNamespace (this Microsoft.Azure.Management.EventHub.IApplicationGroupOperations operations, string resourceGroupName, string namespaceName);
static member ListByNamespace : Microsoft.Azure.Management.EventHub.IApplicationGroupOperations * string * string -> Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.EventHub.Models.ApplicationGroup>
<Extension()>
Public Function ListByNamespace (operations As IApplicationGroupOperations, resourceGroupName As String, namespaceName As String) As IPage(Of ApplicationGroup)

Parameters

operations
IApplicationGroupOperations

The operations group for this extension method.

resourceGroupName
String

Name of the resource group within the azure subscription.

namespaceName
String

The Namespace name

Returns

Applies to