Freigeben über


NamespacesOperationsExtensions.ListByResourceGroup Methode

Definition

Ruft die verfügbaren Namespaces innerhalb einer Ressourcengruppe ab. 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)

Parameter

operations
INamespacesOperations

Die Vorgangsgruppe für diese Erweiterungsmethode.

resourceGroupName
String

Name der Ressourcengruppe innerhalb des Azure-Abonnements.

Gibt zurück

Gilt für: