次の方法で共有


AppPlatformServiceResource.RegenerateTestKey メソッド

定義

サービスのテスト キーを再生成します。

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AppPlatform/Spring/{serviceName}/regenerateTestKey
  • 操作IdServices_RegenerateTestKey
public virtual Azure.Response<Azure.ResourceManager.AppPlatform.Models.AppPlatformServiceTestKeys> RegenerateTestKey (Azure.ResourceManager.AppPlatform.Models.RegenerateAppPlatformServiceTestKeyContent content, System.Threading.CancellationToken cancellationToken = default);
abstract member RegenerateTestKey : Azure.ResourceManager.AppPlatform.Models.RegenerateAppPlatformServiceTestKeyContent * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.AppPlatform.Models.AppPlatformServiceTestKeys>
override this.RegenerateTestKey : Azure.ResourceManager.AppPlatform.Models.RegenerateAppPlatformServiceTestKeyContent * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.AppPlatform.Models.AppPlatformServiceTestKeys>
Public Overridable Function RegenerateTestKey (content As RegenerateAppPlatformServiceTestKeyContent, Optional cancellationToken As CancellationToken = Nothing) As Response(Of AppPlatformServiceTestKeys)

パラメーター

content
RegenerateAppPlatformServiceTestKeyContent

操作のパラメーター。

cancellationToken
CancellationToken

使用する取り消しトークン。

戻り値

例外

content が null です。

適用対象