Freigeben über


LogicApps interface

Schnittstelle, die eine LogicApps darstellt.

Methoden

createOrUpdate(string, string, string, LogicAppsCreateOrUpdateOptionalParams)

Erstellen oder Aktualisieren einer Logik-App-Erweiterungsressource

delete(string, string, string, LogicAppsDeleteOptionalParams)

Löscht eine Logik-App-Erweiterungsressource.

get(string, string, string, LogicAppsGetOptionalParams)

Ruft eine Logik-App-Erweiterungsressource ab.

getWorkflow(string, string, string, string, LogicAppsGetWorkflowOptionalParams)

Abrufen von Workflow-Informationen anhand ihres Namens

listWorkflows(string, string, string, LogicAppsListWorkflowsOptionalParams)

Listen Sie die Workflows für eine Logik-App auf.

listWorkflowsConnections(string, string, string, LogicAppsListWorkflowsConnectionsOptionalParams)

Ruft die Verbindungen der Logik-App ab.

Details zur Methode

createOrUpdate(string, string, string, LogicAppsCreateOrUpdateOptionalParams)

Erstellen oder Aktualisieren einer Logik-App-Erweiterungsressource

function createOrUpdate(resourceGroupName: string, containerAppName: string, logicAppName: string, options?: LogicAppsCreateOrUpdateOptionalParams): Promise<LogicApp>

Parameter

resourceGroupName

string

Der Name der Ressourcengruppe. Bei dem Namen wird die Groß-/Kleinschreibung nicht beachtet.

containerAppName

string

Name der Container-App.

logicAppName

string

Name der Logik-App.

options
LogicAppsCreateOrUpdateOptionalParams

Die Optionsparameter.

Gibt zurück

Promise<LogicApp>

delete(string, string, string, LogicAppsDeleteOptionalParams)

Löscht eine Logik-App-Erweiterungsressource.

function delete(resourceGroupName: string, containerAppName: string, logicAppName: string, options?: LogicAppsDeleteOptionalParams): Promise<void>

Parameter

resourceGroupName

string

Der Name der Ressourcengruppe. Bei dem Namen wird die Groß-/Kleinschreibung nicht beachtet.

containerAppName

string

Name der Container-App.

logicAppName

string

Name der Logik-App.

options
LogicAppsDeleteOptionalParams

Die Optionsparameter.

Gibt zurück

Promise<void>

get(string, string, string, LogicAppsGetOptionalParams)

Ruft eine Logik-App-Erweiterungsressource ab.

function get(resourceGroupName: string, containerAppName: string, logicAppName: string, options?: LogicAppsGetOptionalParams): Promise<LogicApp>

Parameter

resourceGroupName

string

Der Name der Ressourcengruppe. Bei dem Namen wird die Groß-/Kleinschreibung nicht beachtet.

containerAppName

string

Name der Container-App.

logicAppName

string

Name der Logik-App.

options
LogicAppsGetOptionalParams

Die Optionsparameter.

Gibt zurück

Promise<LogicApp>

getWorkflow(string, string, string, string, LogicAppsGetWorkflowOptionalParams)

Abrufen von Workflow-Informationen anhand ihres Namens

function getWorkflow(resourceGroupName: string, containerAppName: string, logicAppName: string, workflowName: string, options?: LogicAppsGetWorkflowOptionalParams): Promise<WorkflowEnvelope>

Parameter

resourceGroupName

string

Der Name der Ressourcengruppe. Bei dem Namen wird die Groß-/Kleinschreibung nicht beachtet.

containerAppName

string

Name der Container-App.

logicAppName

string

Name der Logik-App.

workflowName

string

Name des Workflows.

options
LogicAppsGetWorkflowOptionalParams

Die Optionsparameter.

Gibt zurück

Promise<WorkflowEnvelope>

listWorkflows(string, string, string, LogicAppsListWorkflowsOptionalParams)

Listen Sie die Workflows für eine Logik-App auf.

function listWorkflows(resourceGroupName: string, containerAppName: string, logicAppName: string, options?: LogicAppsListWorkflowsOptionalParams): PagedAsyncIterableIterator<WorkflowEnvelope, WorkflowEnvelope[], PageSettings>

Parameter

resourceGroupName

string

Der Name der Ressourcengruppe. Bei dem Namen wird die Groß-/Kleinschreibung nicht beachtet.

containerAppName

string

Name der Container-App.

logicAppName

string

Name der Logik-App.

options
LogicAppsListWorkflowsOptionalParams

Die Optionsparameter.

Gibt zurück

listWorkflowsConnections(string, string, string, LogicAppsListWorkflowsConnectionsOptionalParams)

Ruft die Verbindungen der Logik-App ab.

function listWorkflowsConnections(resourceGroupName: string, containerAppName: string, logicAppName: string, options?: LogicAppsListWorkflowsConnectionsOptionalParams): Promise<WorkflowEnvelope>

Parameter

resourceGroupName

string

Der Name der Ressourcengruppe. Bei dem Namen wird die Groß-/Kleinschreibung nicht beachtet.

containerAppName

string

Name der Container-App.

logicAppName

string

Name der Logik-App.

options
LogicAppsListWorkflowsConnectionsOptionalParams

Die Optionsparameter.

Gibt zurück

Promise<WorkflowEnvelope>