Partager via


WorkflowTriggersOperationsExtensions.GetSchemaJson Méthode

Définition

Obtenez le schéma de déclencheur au format JSON.

public static Microsoft.Azure.Management.Logic.Models.JsonSchema GetSchemaJson (this Microsoft.Azure.Management.Logic.IWorkflowTriggersOperations operations, string resourceGroupName, string workflowName, string triggerName);
static member GetSchemaJson : Microsoft.Azure.Management.Logic.IWorkflowTriggersOperations * string * string * string -> Microsoft.Azure.Management.Logic.Models.JsonSchema
<Extension()>
Public Function GetSchemaJson (operations As IWorkflowTriggersOperations, resourceGroupName As String, workflowName As String, triggerName As String) As JsonSchema

Paramètres

operations
IWorkflowTriggersOperations

Groupe d’opérations pour cette méthode d’extension.

resourceGroupName
String

Nom du groupe de ressources.

workflowName
String

Le nom du workflow.

triggerName
String

Nom du déclencheur de flux de travail.

Retours

S’applique à