次の方法で共有


NamespacesOperationsExtensions.RegenerateKeys メソッド

定義

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

public static Microsoft.Azure.Management.EventHub.Models.AccessKeys RegenerateKeys (this Microsoft.Azure.Management.EventHub.INamespacesOperations operations, string resourceGroupName, string namespaceName, string authorizationRuleName, string keyType, string key = default);
static member RegenerateKeys : Microsoft.Azure.Management.EventHub.INamespacesOperations * string * string * string * string * string -> Microsoft.Azure.Management.EventHub.Models.AccessKeys
<Extension()>
Public Function RegenerateKeys (operations As INamespacesOperations, resourceGroupName As String, namespaceName As String, authorizationRuleName As String, keyType As String, Optional key As String = Nothing) As AccessKeys

パラメーター

operations
INamespacesOperations

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

resourceGroupName
String

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

namespaceName
String

名前空間名

authorizationRuleName
String

承認規則の名前。

keyType
String

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

key
String

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

戻り値

適用対象