az logic integration-account map
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 map command. Learn more about extensions.
Manage logic integration account map.
Commands
Name | Description | Type | Status |
---|---|---|---|
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 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.
az logic integration-account map create --integration-account
--map-name
--map-type {Liquid, NotSpecified, Xslt, Xslt20, Xslt30}
--resource-group
[--content-type]
[--location]
[--map-content]
[--tags]
Examples
Create map
az logic integration-account map create -g rg -n map-name --integration-account account-name --map-type Xslt --content-type application/xml --map-content map_content.txt
Required Parameters
The integration account name.
The integration account map name.
The map type.
Name of resource group. You can configure the default group using az configure --defaults group=<name>
.
Optional Parameters
The content type.
The resource location.
The content.
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 map delete
Delete an integration account map.
az logic integration-account map delete [--ids]
[--integration-account]
[--map-name]
[--resource-group]
[--subscription]
[--yes]
Examples
Delete map
az logic integration-account map delete -g rg -n map-name --integration-account account-name
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 integration account map 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 map list
List a list of integration account maps.
az logic integration-account map list --integration-account
--resource-group
[--filter]
[--top]
Examples
List map
az logic integration-account map list -g rg --integration-account account-name
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 filter to apply on the operation. Options for filters include: MapType.
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 map show
Get an integration account map.
az logic integration-account map show [--ids]
[--integration-account]
[--map-name]
[--resource-group]
[--subscription]
Examples
Show map
az logic integration-account map show -g rg -n map-name --integration-account account-name
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 integration account map 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 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.
az logic integration-account map update [--add]
[--content-type]
[--force-string {0, 1, f, false, n, no, t, true, y, yes}]
[--ids]
[--integration-account]
[--location]
[--map-content]
[--map-name]
[--map-type {Liquid, NotSpecified, Xslt, Xslt20, Xslt30}]
[--remove]
[--resource-group]
[--set]
[--subscription]
[--tags]
Examples
Update map
az logic integration-account map update -g rg -n map-name --integration-account account-name
Optional Parameters
Add an object to a list of objects by specifying a path and key value pairs. Example: --add property.listProperty <key=value, string or JSON string>
.
The content type.
When using 'set' or 'add', preserve string literals instead of attempting to convert to JSON.
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 resource location.
The content.
The integration account map name.
The map type.
Remove a property or an element from a list. Example: --remove property.list <indexToRemove>
OR --remove propertyToRemove
.
Name of resource group. You can configure the default group using az configure --defaults group=<name>
.
Update an object by specifying a property path and value to set. Example: --set property1.property2=<value>
.
Name or ID of subscription. You can configure the default subscription using az account set -s NAME_OR_ID
.
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.
Azure CLI