次の方法で共有


NamespacesOperationsExtensions.ListByResourceGroup メソッド

定義

リソース グループ内で使用可能な名前空間を一覧表示します。

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

パラメーター

operations
INamespacesOperations

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

resourceGroupName
String

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

戻り値

適用対象