Schemas - Get

統合アカウント スキーマを取得します。

GET https://management.azure.com/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Logic/integrationAccounts/{integrationAccountName}/schemas/{schemaName}?api-version=2016-06-01

URI パラメーター

名前 / 必須 説明
integrationAccountName
path True

string

統合アカウント名。

resourceGroupName
path True

string

リソース グループ名。

schemaName
path True

string

統合アカウントのスキーマ名。

subscriptionId
path True

string

サブスクリプション ID。

api-version
query True

string

API のバージョン。

応答

名前 説明
200 OK

IntegrationAccountSchema

OK

セキュリティ

azure_auth

Azure Active Directory OAuth2 フロー。

Type: oauth2
Flow: implicit
Authorization URL: https://login.microsoftonline.com/common/oauth2/authorize

Scopes

名前 説明
user_impersonation ユーザー アカウントの借用

Get schema by name

Sample Request

GET https://management.azure.com/subscriptions/34adfa4f-cedf-4dc0-ba29-b6d1a69ab345/resourceGroups/testResourceGroup/providers/Microsoft.Logic/integrationAccounts/testIntegrationAccount/schemas/testSchema?api-version=2016-06-01

Sample Response

{
  "properties": {
    "schemaType": "Xml",
    "targetNamespace": "http://Inbound_EDI.OrderFile",
    "documentName": "OrderFile",
    "contentLink": {
      "uri": "<contentLinkUrl>",
      "contentVersion": "\"0x8D45C56FEDFCB45\"",
      "contentSize": 7901,
      "contentHash": {
        "algorithm": "md5",
        "value": "<value>"
      }
    },
    "createdTime": "2017-02-24T01:46:48.0837583Z",
    "changedTime": "2017-02-24T01:46:48.0847046Z",
    "metadata": {}
  },
  "id": "/subscriptions/34adfa4f-cedf-4dc0-ba29-b6d1a69ab345/resourceGroups/testResourceGroup/providers/Microsoft.Logic/integrationAccounts/testIntegrationAccount/schemas/testSchema",
  "name": "IntegrationAccountSchema5349",
  "type": "Microsoft.Logic/integrationAccounts/schemas"
}

定義

名前 説明
Content

コンテンツ。

ContentHash

コンテンツ ハッシュ。

ContentLink

コンテンツ リンク。

IntegrationAccountSchema

統合アカウント スキーマ。

Metadata

メタデータ。

Object
SchemaType

Content

コンテンツ。

ContentHash

コンテンツ ハッシュ。

名前 説明
algorithm

string

コンテンツ ハッシュのアルゴリズム。

value

string

コンテンツ ハッシュの値。

コンテンツ リンク。

名前 説明
contentHash

ContentHash

コンテンツ ハッシュ。

contentSize

integer

コンテンツ サイズ。

contentVersion

string

コンテンツ のバージョン。

metadata

Object

メタデータ。

uri

string

コンテンツ リンク URI。

IntegrationAccountSchema

統合アカウント スキーマ。

名前 説明
id

string

リソース ID。

location

string

リソースの場所。

name

string

リソース名を取得します。

properties.changedTime

string

変更された時刻。

properties.content

Content

コンテンツ。

properties.contentLink

ContentLink

コンテンツ リンク。

properties.contentType

string

コンテンツの種類。

properties.createdTime

string

作成された時刻。

properties.documentName

string

ドキュメント名。

properties.fileName

string

ファイル名。

properties.metadata

Metadata

メタデータ。

properties.schemaType

SchemaType

スキーマの種類。

properties.targetNamespace

string

スキーマのターゲット名前空間。

tags

object

リソース タグ。

type

string

リソースの種類を取得します。

Metadata

メタデータ。

Object

SchemaType

名前 説明
NotSpecified

string

Xml

string