次の方法で共有


AppPlatformServiceResource.RegenerateTestKeyAsync メソッド

定義

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

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

パラメーター

content
RegenerateAppPlatformServiceTestKeyContent

操作のパラメーター。

cancellationToken
CancellationToken

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

戻り値

例外

content が null です。

適用対象