次の方法で共有


TopicsOperationsExtensions.RegenerateKey メソッド

定義

トピックのキーを再生成します。

public static Microsoft.Azure.Management.EventGrid.Models.TopicSharedAccessKeys RegenerateKey (this Microsoft.Azure.Management.EventGrid.ITopicsOperations operations, string resourceGroupName, string topicName, string keyName);
static member RegenerateKey : Microsoft.Azure.Management.EventGrid.ITopicsOperations * string * string * string -> Microsoft.Azure.Management.EventGrid.Models.TopicSharedAccessKeys
<Extension()>
Public Function RegenerateKey (operations As ITopicsOperations, resourceGroupName As String, topicName As String, keyName As String) As TopicSharedAccessKeys

パラメーター

operations
ITopicsOperations

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

resourceGroupName
String

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

topicName
String

トピックの名前。

keyName
String

key1 または key2 を再生成するキー名

戻り値

注釈

トピックの共有アクセス キーを再生成します。

適用対象