Share via


ClustersOperationsExtensions.ListNamespacesAsync メソッド

定義

Event Hubs 専用クラスター内のすべての Event Hubs 名前空間 ID を一覧表示します。

public static System.Threading.Tasks.Task<Microsoft.Azure.Management.EventHub.Models.EHNamespaceIdListResult> ListNamespacesAsync (this Microsoft.Azure.Management.EventHub.IClustersOperations operations, string resourceGroupName, string clusterName, System.Threading.CancellationToken cancellationToken = default);
static member ListNamespacesAsync : Microsoft.Azure.Management.EventHub.IClustersOperations * string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.EventHub.Models.EHNamespaceIdListResult>
<Extension()>
Public Function ListNamespacesAsync (operations As IClustersOperations, resourceGroupName As String, clusterName As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of EHNamespaceIdListResult)

パラメーター

operations
IClustersOperations

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

resourceGroupName
String

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

clusterName
String

Event Hubs クラスターの名前。

cancellationToken
CancellationToken

キャンセル トークン。

戻り値

適用対象