NamespacesOperationsExtensions.ListByResourceGroup メソッド

定義

リソース グループ内の使用可能な名前空間を取得します。 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)

パラメーター

operations
INamespacesOperations

この拡張メソッドの操作グループ。

resourceGroupName
String

Azure サブスクリプション内のリソース グループの名前。

戻り値

適用対象