次の方法で共有


AppPlatformServiceResource.GetTestKeysAsync(CancellationToken) メソッド

定義

サービスのテスト キーを一覧表示します。

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

パラメーター

cancellationToken
CancellationToken

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

戻り値

適用対象