LogicAppsOperations interface
Interface representing a LogicApps operations.
Properties
| create |
Create or update a Logic App extension resource |
| delete | Deletes a Logic App extension resource |
| get | Gets a logic app extension resource. |
| get |
Get workflow information by its name |
| list |
List the workflows for a logic app. |
| list |
Gets logic app's connections. |
Property Details
createOrUpdate
Create or update a Logic App extension resource
createOrUpdate: (resourceGroupName: string, containerAppName: string, logicAppName: string, options?: LogicAppsCreateOrUpdateOptionalParams) => Promise<LogicApp>
Property Value
(resourceGroupName: string, containerAppName: string, logicAppName: string, options?: LogicAppsCreateOrUpdateOptionalParams) => Promise<LogicApp>
delete
Deletes a Logic App extension resource
delete: (resourceGroupName: string, containerAppName: string, logicAppName: string, options?: LogicAppsDeleteOptionalParams) => Promise<void>
Property Value
(resourceGroupName: string, containerAppName: string, logicAppName: string, options?: LogicAppsDeleteOptionalParams) => Promise<void>
get
Gets a logic app extension resource.
get: (resourceGroupName: string, containerAppName: string, logicAppName: string, options?: LogicAppsGetOptionalParams) => Promise<LogicApp>
Property Value
(resourceGroupName: string, containerAppName: string, logicAppName: string, options?: LogicAppsGetOptionalParams) => Promise<LogicApp>
getWorkflow
Get workflow information by its name
getWorkflow: (resourceGroupName: string, containerAppName: string, logicAppName: string, workflowName: string, options?: LogicAppsGetWorkflowOptionalParams) => Promise<WorkflowEnvelope>
Property Value
(resourceGroupName: string, containerAppName: string, logicAppName: string, workflowName: string, options?: LogicAppsGetWorkflowOptionalParams) => Promise<WorkflowEnvelope>
listWorkflows
List the workflows for a logic app.
listWorkflows: (resourceGroupName: string, containerAppName: string, logicAppName: string, options?: LogicAppsListWorkflowsOptionalParams) => PagedAsyncIterableIterator<WorkflowEnvelope, WorkflowEnvelope[], PageSettings>
Property Value
(resourceGroupName: string, containerAppName: string, logicAppName: string, options?: LogicAppsListWorkflowsOptionalParams) => PagedAsyncIterableIterator<WorkflowEnvelope, WorkflowEnvelope[], PageSettings>
listWorkflowsConnections
Gets logic app's connections.
listWorkflowsConnections: (resourceGroupName: string, containerAppName: string, logicAppName: string, options?: LogicAppsListWorkflowsConnectionsOptionalParams) => Promise<WorkflowEnvelope>
Property Value
(resourceGroupName: string, containerAppName: string, logicAppName: string, options?: LogicAppsListWorkflowsConnectionsOptionalParams) => Promise<WorkflowEnvelope>