次の方法で共有


TenantAccessGitOperationsExtensions.RegenerateSecondaryKey メソッド

定義

GIT のセカンダリ アクセス キーを再生成します。

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

パラメーター

operations
ITenantAccessGitOperations

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

resourceGroupName
String

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

serviceName
String

API Management サービスの名前。

accessName
String

Access 構成の識別子。 使用可能な値は、'access'、'gitAccess' です。

適用対象