LogicApps interface
Schnittstelle, die eine LogicApps darstellt.
Methoden
Details zur Methode
createOrUpdate(string, string, string, LogicApp, LogicAppsCreateOrUpdateOptionalParams)
Erstellen oder Aktualisieren einer Logik-App-Erweiterungsressource
function createOrUpdate(resourceGroupName: string, containerAppName: string, logicAppName: string, resource: LogicApp, 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, der Erweiterungsressource.
- resource
- LogicApp
Eigenschaften der Logik-App-Ressource.
Die Optionsparameter.
Gibt zurück
Promise<LogicApp>
delete(string, string, string, LogicAppsDeleteOptionalParams)
Löscht eine Logic 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, der Erweiterungsressource.
- options
- LogicAppsDeleteOptionalParams
Die Optionsparameter.
Gibt zurück
Promise<void>
deployWorkflowArtifacts(string, string, string, LogicAppsDeployWorkflowArtifactsOptionalParams)
Erstellt oder aktualisiert die Artefakte für die Logik-App
function deployWorkflowArtifacts(resourceGroupName: string, containerAppName: string, logicAppName: string, options?: LogicAppsDeployWorkflowArtifactsOptionalParams): 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, der Erweiterungsressource.
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, der Erweiterungsressource.
- options
- LogicAppsGetOptionalParams
Die Optionsparameter.
Gibt zurück
Promise<LogicApp>
getWorkflow(string, string, string, string, LogicAppsGetWorkflowOptionalParams)
Abrufen von Workflowinformationen anhand des 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, der Erweiterungsressource.
- workflowName
-
string
Workflowname.
Die Optionsparameter.
Gibt zurück
Promise<WorkflowEnvelope>
invoke(string, string, string, string, string, LogicAppsInvokeOptionalParams)
Proxys eines API-Aufrufs an die Logik-App, die von der Container-App unterstützt wird.
function invoke(resourceGroupName: string, containerAppName: string, logicAppName: string, xMsLogicAppsProxyPath: string, xMsLogicAppsProxyMethod: string, options?: LogicAppsInvokeOptionalParams): Promise<LogicAppsInvokeResponse>
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 LogicApp-App, der Erweiterungsressource.
- xMsLogicAppsProxyPath
-
string
Der Proxypfad für den API-Aufruf
- xMsLogicAppsProxyMethod
-
string
Die Proxymethode für den API-Aufruf
- options
- LogicAppsInvokeOptionalParams
Die Optionsparameter.
Gibt zurück
Promise<LogicAppsInvokeResponse>
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, der Erweiterungsressource.
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, der Erweiterungsressource.
Die Optionsparameter.
Gibt zurück
Promise<WorkflowEnvelope>