次の方法で共有


AppPlatformServiceResource.EnableTestEndpoint(CancellationToken) メソッド

定義

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

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

パラメーター

cancellationToken
CancellationToken

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

戻り値

適用対象