次の方法で共有


INamespacesOperations.RegenerateKeysWithHttpMessagesAsync メソッド

定義

指定した名前空間のプライマリ接続文字列またはセカンダリ接続文字列を再生成します。

public System.Threading.Tasks.Task<Microsoft.Rest.Azure.AzureOperationResponse<Microsoft.Azure.Management.EventHub.Models.AccessKeys>> RegenerateKeysWithHttpMessagesAsync (string resourceGroupName, string namespaceName, string authorizationRuleName, string keyType, string key = default, System.Collections.Generic.Dictionary<string,System.Collections.Generic.List<string>> customHeaders = default, System.Threading.CancellationToken cancellationToken = default);
abstract member RegenerateKeysWithHttpMessagesAsync : string * string * string * string * string * System.Collections.Generic.Dictionary<string, System.Collections.Generic.List<string>> * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.AzureOperationResponse<Microsoft.Azure.Management.EventHub.Models.AccessKeys>>
Public Function RegenerateKeysWithHttpMessagesAsync (resourceGroupName As String, namespaceName As String, authorizationRuleName As String, keyType As String, Optional key As String = Nothing, Optional customHeaders As Dictionary(Of String, List(Of String)) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of AzureOperationResponse(Of AccessKeys))

パラメーター

resourceGroupName
String

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

namespaceName
String

名前空間名

authorizationRuleName
String

承認規則の名前。

keyType
String

再生成するアクセス キー。 使用できる値は、'PrimaryKey'、'SecondaryKey' です。

key
String

指定されたキー値が KeyType に設定されているか、keyType に自動生成された Key 値が設定されている場合は省略可能です。

customHeaders
Dictionary<String,List<String>>

要求に追加されるヘッダー。

cancellationToken
CancellationToken

キャンセル トークン。

戻り値

例外

操作が無効な状態コードを返したときにスローされます

応答を逆シリアル化できない場合にスローされます

必須パラメーターが null の場合にスローされます

適用対象