次の方法で共有


AppPlatformServiceResource.EnableTestEndpointAsync(CancellationToken) メソッド

定義

サービスのテスト エンドポイント機能を有効にします。

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

パラメーター

cancellationToken
CancellationToken

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

戻り値

適用対象