NamespacesOperationsExtensions.CreateOrUpdateAuthorizationRuleAsync メソッド

定義

名前空間の AuthorizationRule を作成または更新します。

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

パラメーター

operations
INamespacesOperations

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

resourceGroupName
String

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

namespaceName
String

名前空間名

authorizationRuleName
String

承認規則の名前。

rights
IList<String>

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

cancellationToken
CancellationToken

キャンセル トークン。

戻り値

適用対象