Freigeben über


WorkflowTriggersOperationsExtensions.GetSchemaJsonAsync Methode

Definition

Rufen Sie das Triggerschema als JSON ab.

public static System.Threading.Tasks.Task<Microsoft.Azure.Management.Logic.Models.JsonSchema> GetSchemaJsonAsync (this Microsoft.Azure.Management.Logic.IWorkflowTriggersOperations operations, string resourceGroupName, string workflowName, string triggerName, System.Threading.CancellationToken cancellationToken = default);
static member GetSchemaJsonAsync : Microsoft.Azure.Management.Logic.IWorkflowTriggersOperations * string * string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.Logic.Models.JsonSchema>
<Extension()>
Public Function GetSchemaJsonAsync (operations As IWorkflowTriggersOperations, resourceGroupName As String, workflowName As String, triggerName As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of JsonSchema)

Parameter

operations
IWorkflowTriggersOperations

Die Vorgangsgruppe für diese Erweiterungsmethode.

resourceGroupName
String

Der Name der Ressourcengruppe.

workflowName
String

Den Workflownamen

triggerName
String

Der Name des Workflowtriggers.

cancellationToken
CancellationToken

Das Abbruchtoken.

Gibt zurück

Gilt für: