az logic integration-account
Note
This reference is part of the logic extension for the Azure CLI (version 2.55.0 or higher). The extension will automatically install the first time you run an az logic integration-account command. Learn more about extensions.
Manage logic integration account.
Commands
Name | Description | Type | Status |
---|---|---|---|
az logic integration-account assembly |
Manage integration account assembly. |
Extension | GA |
az logic integration-account assembly create |
Create an assembly for an integration account. |
Extension | GA |
az logic integration-account assembly delete |
Delete an assembly for an integration account. |
Extension | GA |
az logic integration-account assembly list |
List the assemblies for an integration account. |
Extension | GA |
az logic integration-account assembly show |
Show an assembly for an integration account. |
Extension | GA |
az logic integration-account assembly update |
Update an assembly for an integration account. |
Extension | GA |
az logic integration-account batch-configuration |
Manage integration account batch configuration. |
Extension | GA |
az logic integration-account batch-configuration create |
Create a batch configuration for an integration account. |
Extension | GA |
az logic integration-account batch-configuration delete |
Delete a batch configuration for an integration account. |
Extension | GA |
az logic integration-account batch-configuration list |
List the batch configurations for an integration account. |
Extension | GA |
az logic integration-account batch-configuration show |
Show a batch configuration for an integration account. |
Extension | GA |
az logic integration-account batch-configuration update |
Update a batch configuration for an integration account. |
Extension | GA |
az logic integration-account create |
Create an integration account. |
Extension | GA |
az logic integration-account delete |
Delete an integration account. |
Extension | GA |
az logic integration-account import |
Import an integration account. |
Extension | GA |
az logic integration-account list |
List integration accounts. |
Extension | GA |
az logic integration-account list-callback-url |
List the integration account callback URL. |
Extension | GA |
az logic integration-account map |
Manage logic integration account map. |
Extension | GA |
az logic integration-account map create |
Create an integration account map. If the map is larger than 4 MB, you need to store the map in an Azure blob and use the blob's Shared Access Signature (SAS) URL as the 'contentLink' property value. |
Extension | GA |
az logic integration-account map delete |
Delete an integration account map. |
Extension | GA |
az logic integration-account map list |
List a list of integration account maps. |
Extension | GA |
az logic integration-account map show |
Get an integration account map. |
Extension | GA |
az logic integration-account map update |
Update an integration account map. If the map is larger than 4 MB, you need to store the map in an Azure blob and use the blob's Shared Access Signature (SAS) URL as the 'contentLink' property value. |
Extension | GA |
az logic integration-account partner |
Manage integration account partner. |
Extension | GA |
az logic integration-account partner create |
Create an integration account partner. |
Extension | GA |
az logic integration-account partner delete |
Delete an integration account partner. |
Extension | GA |
az logic integration-account partner list |
List integration account partners. |
Extension | GA |
az logic integration-account partner show |
Get an integration account partner. |
Extension | GA |
az logic integration-account partner update |
Update an integration account partner. |
Extension | GA |
az logic integration-account session |
Manage integration account session. |
Extension | GA |
az logic integration-account session create |
Create an integration account session. |
Extension | GA |
az logic integration-account session delete |
Delete an integration account session. |
Extension | GA |
az logic integration-account session list |
List a list of integration account sessions. |
Extension | GA |
az logic integration-account session show |
Show an integration account session. |
Extension | GA |
az logic integration-account session update |
Update an integration account session. |
Extension | GA |
az logic integration-account show |
Show an integration account. |
Extension | GA |
az logic integration-account update |
Update an integration account. |
Extension | GA |
az logic integration-account create
Create an integration account.
az logic integration-account create --name
--resource-group
[--integration-service-environment]
[--location]
[--sku {Basic, Free, NotSpecified, Standard}]
[--state {Completed, Deleted, Disabled, Enabled, NotSpecified, Suspended}]
[--tags]
Examples
Create integration account
az logic integration-account create --sku Standard --name integration-account-name --resource-group rg
Required Parameters
The integration account name.
Name of resource group. You can configure the default group using az configure --defaults group=<name>
.
Optional Parameters
The integration service environment. Support shorthand-syntax, json-file and yaml-file. Try "??" to show more.
The resource location.
The sku name.
The workflow state.
The resource tags. Support shorthand-syntax, json-file and yaml-file. Try "??" to show more.
Global Parameters
Increase logging verbosity to show all debug logs.
Show this help message and exit.
Only show errors, suppressing warnings.
Output format.
JMESPath query string. See http://jmespath.org/ for more information and examples.
Name or ID of subscription. You can configure the default subscription using az account set -s NAME_OR_ID
.
Increase logging verbosity. Use --debug for full debug logs.
az logic integration-account delete
Delete an integration account.
az logic integration-account delete [--ids]
[--name]
[--resource-group]
[--subscription]
[--yes]
Examples
Delete integration account
az logic integration-account delete --name integration-account-name --resource-group rg
Optional Parameters
One or more resource IDs (space-delimited). It should be a complete resource ID containing all information of 'Resource Id' arguments. You should provide either --ids or other 'Resource Id' arguments.
The integration account name.
Name of resource group. You can configure the default group using az configure --defaults group=<name>
.
Name or ID of subscription. You can configure the default subscription using az account set -s NAME_OR_ID
.
Do not prompt for confirmation.
Global Parameters
Increase logging verbosity to show all debug logs.
Show this help message and exit.
Only show errors, suppressing warnings.
Output format.
JMESPath query string. See http://jmespath.org/ for more information and examples.
Name or ID of subscription. You can configure the default subscription using az account set -s NAME_OR_ID
.
Increase logging verbosity. Use --debug for full debug logs.
az logic integration-account import
Import an integration account.
az logic integration-account import --input-path
--name
--resource-group
[--location]
[--sku {Basic, Free, NotSpecified, Standard}]
[--tags]
Examples
Import integration account
az logic integration-account import --name integration-account-name --resource-group rg --input-path integration.json
Required Parameters
Path to a intergration-account file Support json-file and yaml-file.
The integration account name.
Name of resource group. You can configure the default group using az configure --defaults group=<name>
.
Optional Parameters
The resource location.
The sku name.
The resource tags. Support shorthand-syntax, json-file and yaml-file. Try "??" to show more.
Global Parameters
Increase logging verbosity to show all debug logs.
Show this help message and exit.
Only show errors, suppressing warnings.
Output format.
JMESPath query string. See http://jmespath.org/ for more information and examples.
Name or ID of subscription. You can configure the default subscription using az account set -s NAME_OR_ID
.
Increase logging verbosity. Use --debug for full debug logs.
az logic integration-account list
List integration accounts.
az logic integration-account list [--max-items]
[--next-token]
[--resource-group]
[--top]
Examples
List integration accounts by resource group name
az logic integration-account list --resource-group rg
Optional Parameters
Total number of items to return in the command's output. If the total number of items available is more than the value specified, a token is provided in the command's output. To resume pagination, provide the token value in --next-token
argument of a subsequent command.
Token to specify where to start paginating. This is the token value from a previously truncated response.
Name of resource group. You can configure the default group using az configure --defaults group=<name>
.
The number of items to be included in the result.
Global Parameters
Increase logging verbosity to show all debug logs.
Show this help message and exit.
Only show errors, suppressing warnings.
Output format.
JMESPath query string. See http://jmespath.org/ for more information and examples.
Name or ID of subscription. You can configure the default subscription using az account set -s NAME_OR_ID
.
Increase logging verbosity. Use --debug for full debug logs.
az logic integration-account list-callback-url
List the integration account callback URL.
az logic integration-account list-callback-url [--ids]
[--integration-account-name]
[--key-type {NotSpecified, Primary, Secondary}]
[--not-after]
[--resource-group]
[--subscription]
Optional Parameters
One or more resource IDs (space-delimited). It should be a complete resource ID containing all information of 'Resource Id' arguments. You should provide either --ids or other 'Resource Id' arguments.
The integration account name.
The key type.
The expiry time.
Name of resource group. You can configure the default group using az configure --defaults group=<name>
.
Name or ID of subscription. You can configure the default subscription using az account set -s NAME_OR_ID
.
Global Parameters
Increase logging verbosity to show all debug logs.
Show this help message and exit.
Only show errors, suppressing warnings.
Output format.
JMESPath query string. See http://jmespath.org/ for more information and examples.
Name or ID of subscription. You can configure the default subscription using az account set -s NAME_OR_ID
.
Increase logging verbosity. Use --debug for full debug logs.
az logic integration-account show
Show an integration account.
az logic integration-account show [--ids]
[--name]
[--resource-group]
[--subscription]
Examples
Show integration account
az logic integration-account show --name integration-account-name --resource-group rg
Optional Parameters
One or more resource IDs (space-delimited). It should be a complete resource ID containing all information of 'Resource Id' arguments. You should provide either --ids or other 'Resource Id' arguments.
The integration account name.
Name of resource group. You can configure the default group using az configure --defaults group=<name>
.
Name or ID of subscription. You can configure the default subscription using az account set -s NAME_OR_ID
.
Global Parameters
Increase logging verbosity to show all debug logs.
Show this help message and exit.
Only show errors, suppressing warnings.
Output format.
JMESPath query string. See http://jmespath.org/ for more information and examples.
Name or ID of subscription. You can configure the default subscription using az account set -s NAME_OR_ID
.
Increase logging verbosity. Use --debug for full debug logs.
az logic integration-account update
Update an integration account.
az logic integration-account update --name
--resource-group
[--integration-service-environment]
[--location]
[--sku {Basic, Free, NotSpecified, Standard}]
[--state {Completed, Deleted, Disabled, Enabled, NotSpecified, Suspended}]
[--tags]
Examples
Update an integration account
az logic integration-account update --sku Basic --tag atag=123 --name integration-account-name --resource-group rg
Required Parameters
The integration account name.
Name of resource group. You can configure the default group using az configure --defaults group=<name>
.
Optional Parameters
The integration service environment. Support shorthand-syntax, json-file and yaml-file. Try "??" to show more.
The resource location.
The sku name.
The workflow state.
The resource tags. Support shorthand-syntax, json-file and yaml-file. Try "??" to show more.
Global Parameters
Increase logging verbosity to show all debug logs.
Show this help message and exit.
Only show errors, suppressing warnings.
Output format.
JMESPath query string. See http://jmespath.org/ for more information and examples.
Name or ID of subscription. You can configure the default subscription using az account set -s NAME_OR_ID
.
Increase logging verbosity. Use --debug for full debug logs.