Maps - Create Or Update
통합 계정 맵을 만들거나 업데이트합니다.
PUT https://management.azure.com/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Logic/integrationAccounts/{integrationAccountName}/maps/{mapName}?api-version=2016-06-01
URI 매개 변수
Name | In(다음 안에) | 필수 | 형식 | Description |
---|---|---|---|---|
integration
|
path | True |
string |
통합 계정 이름입니다. |
map
|
path | True |
string |
통합 계정 맵 이름입니다. |
resource
|
path | True |
string |
리소스 그룹 이름입니다. |
subscription
|
path | True |
string |
구독 ID입니다. |
api-version
|
query | True |
string |
API 버전입니다. |
요청 본문
Name | 필수 | 형식 | Description |
---|---|---|---|
properties.mapType | True |
맵 형식입니다. |
|
location |
string |
리소스 위치입니다. |
|
properties.content |
콘텐츠입니다. |
||
properties.contentType |
string |
콘텐츠 유형입니다. |
|
properties.metadata |
메타데이터입니다. |
||
properties.parametersSchema |
통합 계정 맵의 매개 변수 스키마입니다. |
||
tags |
object |
리소스 태그입니다. |
응답
Name | 형식 | Description |
---|---|---|
200 OK |
정상 |
|
201 Created |
생성일 |
보안
azure_auth
Azure Active Directory OAuth2 Flow.
형식:
oauth2
Flow:
implicit
권한 부여 URL:
https://login.microsoftonline.com/common/oauth2/authorize
범위
Name | Description |
---|---|
user_impersonation | 사용자 계정 가장 |
예제
Create or update a map
샘플 요청
PUT https://management.azure.com/subscriptions/34adfa4f-cedf-4dc0-ba29-b6d1a69ab345/resourceGroups/testResourceGroup/providers/Microsoft.Logic/integrationAccounts/testIntegrationAccount/maps/testMap?api-version=2016-06-01
{
"properties": {
"mapType": "Xslt",
"content": "<?xml version=\"1.0\" encoding=\"UTF-16\"?>\r\n<xsl:stylesheet xmlns:xsl=\"http://www.w3.org/1999/XSL/Transform\" xmlns:msxsl=\"urn:schemas-microsoft-com:xslt\" xmlns:var=\"http://schemas.microsoft.com/BizTalk/2003/var\" exclude-result-prefixes=\"msxsl var s0 userCSharp\" version=\"1.0\" xmlns:ns0=\"http://BizTalk_Server_Project4.StringFunctoidsDestinationSchema\" xmlns:s0=\"http://BizTalk_Server_Project4.StringFunctoidsSourceSchema\" xmlns:userCSharp=\"http://schemas.microsoft.com/BizTalk/2003/userCSharp\">\r\n <xsl:import href=\"http://btsfunctoids.blob.core.windows.net/functoids/functoids.xslt\" />\r\n <xsl:output omit-xml-declaration=\"yes\" method=\"xml\" version=\"1.0\" />\r\n <xsl:template match=\"/\">\r\n <xsl:apply-templates select=\"/s0:Root\" />\r\n </xsl:template>\r\n <xsl:template match=\"/s0:Root\">\r\n <xsl:variable name=\"var:v1\" select=\"userCSharp:StringFind(string(StringFindSource/text()) , "SearchString")\" />\r\n <xsl:variable name=\"var:v2\" select=\"userCSharp:StringLeft(string(StringLeftSource/text()) , "2")\" />\r\n <xsl:variable name=\"var:v3\" select=\"userCSharp:StringRight(string(StringRightSource/text()) , "2")\" />\r\n <xsl:variable name=\"var:v4\" select=\"userCSharp:StringUpperCase(string(UppercaseSource/text()))\" />\r\n <xsl:variable name=\"var:v5\" select=\"userCSharp:StringLowerCase(string(LowercaseSource/text()))\" />\r\n <xsl:variable name=\"var:v6\" select=\"userCSharp:StringSize(string(SizeSource/text()))\" />\r\n <xsl:variable name=\"var:v7\" select=\"userCSharp:StringSubstring(string(StringExtractSource/text()) , "0" , "2")\" />\r\n <xsl:variable name=\"var:v8\" select=\"userCSharp:StringConcat(string(StringConcatSource/text()))\" />\r\n <xsl:variable name=\"var:v9\" select=\"userCSharp:StringTrimLeft(string(StringLeftTrimSource/text()))\" />\r\n <xsl:variable name=\"var:v10\" select=\"userCSharp:StringTrimRight(string(StringRightTrimSource/text()))\" />\r\n <ns0:Root>\r\n <StringFindDestination>\r\n <xsl:value-of select=\"$var:v1\" />\r\n </StringFindDestination>\r\n <StringLeftDestination>\r\n <xsl:value-of select=\"$var:v2\" />\r\n </StringLeftDestination>\r\n <StringRightDestination>\r\n <xsl:value-of select=\"$var:v3\" />\r\n </StringRightDestination>\r\n <UppercaseDestination>\r\n <xsl:value-of select=\"$var:v4\" />\r\n </UppercaseDestination>\r\n <LowercaseDestination>\r\n <xsl:value-of select=\"$var:v5\" />\r\n </LowercaseDestination>\r\n <SizeDestination>\r\n <xsl:value-of select=\"$var:v6\" />\r\n </SizeDestination>\r\n <StringExtractDestination>\r\n <xsl:value-of select=\"$var:v7\" />\r\n </StringExtractDestination>\r\n <StringConcatDestination>\r\n <xsl:value-of select=\"$var:v8\" />\r\n </StringConcatDestination>\r\n <StringLeftTrimDestination>\r\n <xsl:value-of select=\"$var:v9\" />\r\n </StringLeftTrimDestination>\r\n <StringRightTrimDestination>\r\n <xsl:value-of select=\"$var:v10\" />\r\n </StringRightTrimDestination>\r\n </ns0:Root>\r\n </xsl:template>\r\n</xsl:stylesheet>",
"contentType": "application/xml",
"metadata": {}
},
"location": "westus"
}
샘플 응답
{
"properties": {
"mapType": "Xslt",
"contentLink": {
"uri": "<Uri>",
"contentVersion": "\"0x8D464C057F22E5F\"",
"contentSize": 3056,
"contentHash": {
"algorithm": "md5",
"value": "A2avz/M0ov2FPI3+Je8vDw=="
}
},
"createdTime": "2017-03-06T18:41:03.7366103Z",
"changedTime": "2017-03-06T18:41:04.4088605Z",
"metadata": {}
},
"id": "/subscriptions/34adfa4f-cedf-4dc0-ba29-b6d1a69ab345/resourceGroups/<resourceGroup>/providers/Microsoft.Logic/integrationAccounts/<IntegrationAccount>/maps/testMap",
"name": "IntegrationAccountMap291",
"type": "Microsoft.Logic/integrationAccounts/maps"
}
{
"properties": {
"mapType": "Xslt",
"contentLink": {
"uri": "<Uri>",
"contentVersion": "\"0x8D464C057F22E5F\"",
"contentSize": 3056,
"contentHash": {
"algorithm": "md5",
"value": "A2avz/M0ov2FPI3+Je8vDw=="
}
},
"createdTime": "2017-03-06T18:41:03.7366103Z",
"changedTime": "2017-03-06T18:41:04.4088605Z",
"metadata": {}
},
"id": "/subscriptions/34adfa4f-cedf-4dc0-ba29-b6d1a69ab345/resourceGroups/<resourceGroup>/providers/Microsoft.Logic/integrationAccounts/<IntegrationAccount>/maps/testMap",
"name": "IntegrationAccountMap291",
"type": "Microsoft.Logic/integrationAccounts/maps"
}
정의
Name | Description |
---|---|
Content |
콘텐츠입니다. |
Content |
콘텐츠 해시입니다. |
Content |
콘텐츠 링크입니다. |
Integration |
통합 계정 맵입니다. |
Map |
|
Metadata |
메타데이터입니다. |
Object | |
Parameters |
통합 계정 맵의 매개 변수 스키마입니다. |
Content
콘텐츠입니다.
ContentHash
콘텐츠 해시입니다.
Name | 형식 | Description |
---|---|---|
algorithm |
string |
콘텐츠 해시의 알고리즘입니다. |
value |
string |
콘텐츠 해시의 값입니다. |
ContentLink
콘텐츠 링크입니다.
Name | 형식 | Description |
---|---|---|
contentHash |
콘텐츠 해시입니다. |
|
contentSize |
integer |
콘텐츠 크기입니다. |
contentVersion |
string |
콘텐츠 버전입니다. |
metadata |
메타데이터입니다. |
|
uri |
string |
콘텐츠 링크 URI입니다. |
IntegrationAccountMap
통합 계정 맵입니다.
Name | 형식 | Description |
---|---|---|
id |
string |
리소스 ID입니다. |
location |
string |
리소스 위치입니다. |
name |
string |
리소스 이름을 가져옵니다. |
properties.changedTime |
string |
변경된 시간입니다. |
properties.content |
콘텐츠입니다. |
|
properties.contentLink |
콘텐츠 링크입니다. |
|
properties.contentType |
string |
콘텐츠 유형입니다. |
properties.createdTime |
string |
만든 시간입니다. |
properties.mapType |
맵 형식입니다. |
|
properties.metadata |
메타데이터입니다. |
|
properties.parametersSchema |
통합 계정 맵의 매개 변수 스키마입니다. |
|
tags |
object |
리소스 태그입니다. |
type |
string |
리소스 종류를 가져옵니다. |
MapType
Name | 형식 | Description |
---|---|---|
NotSpecified |
string |
|
Xslt |
string |
Metadata
메타데이터입니다.
Object
ParametersSchema
통합 계정 맵의 매개 변수 스키마입니다.
Name | 형식 | Description |
---|---|---|
ref |
string |
참조 이름입니다. |