EventHubsOperationsExtensions.CreateOrUpdateAuthorizationRule メソッド

定義

指定したイベント ハブの AuthorizationRule を作成または更新します。 AuthorizationRule の作成/更新が有効になるには数秒かかります。

public static Microsoft.Azure.Management.EventHub.Models.AuthorizationRule CreateOrUpdateAuthorizationRule (this Microsoft.Azure.Management.EventHub.IEventHubsOperations operations, string resourceGroupName, string namespaceName, string eventHubName, string authorizationRuleName, System.Collections.Generic.IList<string> rights);
static member CreateOrUpdateAuthorizationRule : Microsoft.Azure.Management.EventHub.IEventHubsOperations * string * string * string * string * System.Collections.Generic.IList<string> -> Microsoft.Azure.Management.EventHub.Models.AuthorizationRule
<Extension()>
Public Function CreateOrUpdateAuthorizationRule (operations As IEventHubsOperations, resourceGroupName As String, namespaceName As String, eventHubName As String, authorizationRuleName As String, rights As IList(Of String)) As AuthorizationRule

パラメーター

operations
IEventHubsOperations

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

resourceGroupName
String

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

namespaceName
String

名前空間名

eventHubName
String

イベント ハブ名

authorizationRuleName
String

承認規則の名前。

rights
IList<String>

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

戻り値

適用対象