次の方法で共有


EventHubsOperationsExtensions.CreateOrUpdateAuthorizationRuleAsync メソッド

定義

指定したイベント ハブの AuthorizationRule を作成または更新します。

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

パラメーター

operations
IEventHubsOperations

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

resourceGroupName
String

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

namespaceName
String

名前空間名

eventHubName
String

イベント ハブ名

authorizationRuleName
String

承認規則の名前。

rights
IList<AccessRights>

ルールに関連付けられている権限。

cancellationToken
CancellationToken

キャンセル トークン。

戻り値

適用対象