EventHubsOperationsExtensions.GetAuthorizationRuleAsync メソッド

定義

ルール名でイベント ハブの AuthorizationRule を取得します。

public static System.Threading.Tasks.Task<Microsoft.Azure.Management.EventHub.Models.AuthorizationRule> GetAuthorizationRuleAsync (this Microsoft.Azure.Management.EventHub.IEventHubsOperations operations, string resourceGroupName, string namespaceName, string eventHubName, string authorizationRuleName, System.Threading.CancellationToken cancellationToken = default);
static member GetAuthorizationRuleAsync : Microsoft.Azure.Management.EventHub.IEventHubsOperations * string * string * string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.EventHub.Models.AuthorizationRule>
<Extension()>
Public Function GetAuthorizationRuleAsync (operations As IEventHubsOperations, resourceGroupName As String, namespaceName As String, eventHubName As String, authorizationRuleName As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of AuthorizationRule)

パラメーター

operations
IEventHubsOperations

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

resourceGroupName
String

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

namespaceName
String

名前空間名

eventHubName
String

イベント ハブ名

authorizationRuleName
String

承認規則の名前。

cancellationToken
CancellationToken

キャンセル トークン。

戻り値

適用対象