你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

LogicWorkflowTriggerResource.GetSchemaJsonAsync(CancellationToken) 方法

定义

获取 JSON 格式的触发器架构。

  • 请求路径/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Logic/workflows/{workflowName}/triggers/{triggerName}/schemas/json
  • 操作IdWorkflowTriggers_GetSchemaJson
public virtual System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.Logic.Models.LogicJsonSchema>> GetSchemaJsonAsync (System.Threading.CancellationToken cancellationToken = default);
abstract member GetSchemaJsonAsync : System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.Logic.Models.LogicJsonSchema>>
override this.GetSchemaJsonAsync : System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.Logic.Models.LogicJsonSchema>>
Public Overridable Function GetSchemaJsonAsync (Optional cancellationToken As CancellationToken = Nothing) As Task(Of Response(Of LogicJsonSchema))

参数

cancellationToken
CancellationToken

要使用的取消标记。

返回

适用于