次の方法で共有


SubscriptionOperationsExtensions.RegeneratePrimaryKey メソッド

定義

API Management サービス インスタンスの既存のサブスクリプションの主キーを再生成します。

public static void RegeneratePrimaryKey (this Microsoft.Azure.Management.ApiManagement.ISubscriptionOperations operations, string resourceGroupName, string serviceName, string sid);
static member RegeneratePrimaryKey : Microsoft.Azure.Management.ApiManagement.ISubscriptionOperations * string * string * string -> unit
<Extension()>
Public Sub RegeneratePrimaryKey (operations As ISubscriptionOperations, resourceGroupName As String, serviceName As String, sid As String)

パラメーター

operations
ISubscriptionOperations

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

resourceGroupName
String

リソース グループの名前。

serviceName
String

API Management サービスの名前。

sid
String

サブスクリプション エンティティ識別子。 エンティティは、API Managementのユーザーと製品の間の関連付けを表します。

適用対象