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

LogicWorkflowTriggerResource.GetSchemaJson(CancellationToken) 方法

定义

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

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

参数

cancellationToken
CancellationToken

要使用的取消标记。

返回

适用于