次の方法で共有


IEventHubAuthorizationRules.ListByEventHubAsync メソッド

定義

リソース グループの名前空間内のイベント ハブの承認規則を一覧表示します。

public System.Threading.Tasks.Task<Microsoft.Azure.Management.ResourceManager.Fluent.Core.IPagedCollection<Microsoft.Azure.Management.Eventhub.Fluent.IEventHubAuthorizationRule>> ListByEventHubAsync (string resourceGroupName, string namespaceName, string eventHubName, System.Threading.CancellationToken cancellationToken = default);
abstract member ListByEventHubAsync : string * string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.ResourceManager.Fluent.Core.IPagedCollection<Microsoft.Azure.Management.Eventhub.Fluent.IEventHubAuthorizationRule>>
Public Function ListByEventHubAsync (resourceGroupName As String, namespaceName As String, eventHubName As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of IPagedCollection(Of IEventHubAuthorizationRule))

パラメーター

resourceGroupName
String

名前空間リソース グループ名。

namespaceName
String

イベント ハブの親名前空間名。

eventHubName
String

イベント ハブ名。

cancellationToken
CancellationToken

戻り値

適用対象