Maps - Get
Gets an integration account map.
GET https://management.azure.com/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Logic/integrationAccounts/{integrationAccountName}/maps/{mapName}?api-version=2016-06-01
Name | In | Required | Type | Description |
---|---|---|---|---|
integration
|
path | True |
string |
The integration account name. |
map
|
path | True |
string |
The integration account map name. |
resource
|
path | True |
string |
The resource group name. |
subscription
|
path | True |
string |
The subscription id. |
api-version
|
query | True |
string |
The API version. |
Name | Type | Description |
---|---|---|
200 OK |
OK |
Azure Active Directory OAuth2 Flow.
Type:
oauth2
Flow:
implicit
Authorization URL:
https://login.microsoftonline.com/common/oauth2/authorize
Name | Description |
---|---|
user_impersonation | impersonate your user account |
Sample request
GET https://management.azure.com/subscriptions/34adfa4f-cedf-4dc0-ba29-b6d1a69ab345/resourceGroups/testResourceGroup/providers/Microsoft.Logic/integrationAccounts/testIntegrationAccount/maps/testMap?api-version=2016-06-01
Sample response
{
"properties": {
"mapType": "Xslt",
"contentLink": {
"uri": "<Uri>",
"contentVersion": "\"0x8D45CE54B058881\"",
"contentSize": 3056,
"contentHash": {
"algorithm": "md5",
"value": "A2avz/M0ov2FPI3+Je8vDw=="
}
},
"createdTime": "2017-02-24T18:45:23.4129778Z",
"changedTime": "2017-02-24T18:45:23.4137139Z",
"metadata": {}
},
"id": "/subscriptions/34adfa4f-cedf-4dc0-ba29-b6d1a69ab345/resourceGroups/testResourceGroup/providers/Microsoft.Logic/integrationAccounts/testIntegrationAccount/maps/testMap",
"name": "testMap",
"type": "Microsoft.Logic/integrationAccounts/maps"
}
Name | Description |
---|---|
Content |
The content. |
Content |
The content hash. |
Content |
The content link. |
Integration |
The integration account map. |
Map |
|
Metadata |
The metadata. |
Object | |
Parameters |
The parameters schema of integration account map. |
The content.
The content hash.
Name | Type | Description |
---|---|---|
algorithm |
string |
The algorithm of the content hash. |
value |
string |
The value of the content hash. |
The content link.
Name | Type | Description |
---|---|---|
contentHash |
The content hash. |
|
contentSize |
integer |
The content size. |
contentVersion |
string |
The content version. |
metadata |
The metadata. |
|
uri |
string |
The content link URI. |
The integration account map.
Name | Type | Description |
---|---|---|
id |
string |
The resource id. |
location |
string |
The resource location. |
name |
string |
Gets the resource name. |
properties.changedTime |
string |
The changed time. |
properties.content |
The content. |
|
properties.contentLink |
The content link. |
|
properties.contentType |
string |
The content type. |
properties.createdTime |
string |
The created time. |
properties.mapType |
The map type. |
|
properties.metadata |
The metadata. |
|
properties.parametersSchema |
The parameters schema of integration account map. |
|
tags |
object |
The resource tags. |
type |
string |
Gets the resource type. |
Value | Description |
---|---|
NotSpecified | |
Xslt |
The metadata.
The parameters schema of integration account map.
Name | Type | Description |
---|---|---|
ref |
string |
The reference name. |