NamespacesOperationsExtensions.ListByResourceGroup Method

Definition

Gets the available namespaces within a resource group. https://msdn.microsoft.com/en-us/library/azure/mt639412.aspx

public static Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.ServiceBus.Models.SBNamespace> ListByResourceGroup (this Microsoft.Azure.Management.ServiceBus.INamespacesOperations operations, string resourceGroupName);
static member ListByResourceGroup : Microsoft.Azure.Management.ServiceBus.INamespacesOperations * string -> Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.ServiceBus.Models.SBNamespace>
<Extension()>
Public Function ListByResourceGroup (operations As INamespacesOperations, resourceGroupName As String) As IPage(Of SBNamespace)

Parameters

operations
INamespacesOperations

The operations group for this extension method.

resourceGroupName
String

Name of the Resource group within the Azure subscription.

Returns

Applies to