次の方法で共有


ApplicationGroupOperationsExtensions.ListByNamespace メソッド

定義

名前空間のアプリケーション グループの一覧を取得します。

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)

パラメーター

operations
IApplicationGroupOperations

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

resourceGroupName
String

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

namespaceName
String

名前空間名

戻り値

適用対象