次の方法で共有


Registry Data Containers - Get

コンテナーを取得します。

GET https://management.azure.com/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MachineLearningServices/registries/{registryName}/data/{name}?api-version=2025-06-01

URI パラメーター

名前 / 必須 説明
name
path True

string

コンテナー名。

registryName
path True

string

pattern: ^[a-zA-Z0-9][a-zA-Z0-9\-_]{2,32}$

Azure Machine Learning レジストリの名前。 大文字と小文字は区別されません

resourceGroupName
path True

string

minLength: 1
maxLength: 90

リソース グループの名前。 名前は大文字と小文字が区別されます。

subscriptionId
path True

string

minLength: 1

ターゲット サブスクリプションの ID。

api-version
query True

string

minLength: 1

この操作に使用する API バージョン。

応答

名前 説明
200 OK

DataContainerResource

成功

Other Status Codes

ErrorResponse

エラー

Get Registry Data Container.

要求のサンプル

GET https://management.azure.com/subscriptions/00000000-1111-2222-3333-444444444444/resourceGroups/test-rg/providers/Microsoft.MachineLearningServices/registries/registryName/data/string?api-version=2025-06-01

応答のサンプル

{
  "id": "string",
  "name": "string",
  "type": "string",
  "properties": {
    "description": "string",
    "tags": {
      "string": "string"
    },
    "properties": {
      "string": "string"
    },
    "isArchived": false,
    "latestVersion": "string",
    "nextVersion": "string",
    "dataType": "uri_file"
  },
  "systemData": {
    "createdAt": "2020-01-01T12:34:56.999+00:14",
    "createdBy": "string",
    "createdByType": "Key",
    "lastModifiedAt": "2020-01-01T12:34:56.999+00:14",
    "lastModifiedBy": "string",
    "lastModifiedByType": "Key"
  }
}

定義

名前 説明
createdByType

リソースを作成した ID の種類。

DataContainer

データ資産バージョンのコンテナー。

DataContainerResource

Azure Resource Manager リソース エンベロープ。

DataType

データの型を決定する列挙型。

ErrorAdditionalInfo

リソース管理エラーの追加情報。

ErrorDetail

エラーの詳細。

ErrorResponse

エラー応答

systemData

リソースの作成と最後の変更に関連するメタデータ。

createdByType

リソースを作成した ID の種類。

説明
Application
Key
ManagedIdentity
User

DataContainer

データ資産バージョンのコンテナー。

名前 規定値 説明
dataType

DataType

[必須]データの種類を指定します。

description

string

資産の説明テキスト。

isArchived

boolean

False

資産はアーカイブされていますか?

latestVersion

string

このコンテナー内の最新バージョン。

nextVersion

string

次の自動増分バージョン

properties

object

資産プロパティ ディクショナリ。

tags

object

タグ ディクショナリ。 タグは追加、削除、更新できます。

DataContainerResource

Azure Resource Manager リソース エンベロープ。

名前 説明
id

string

リソースの完全修飾リソース ID。 例 - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}

name

string

リソースの名前

properties

DataContainer

[必須]エンティティの追加の属性。

systemData

systemData

createdBy および modifiedBy 情報を含む Azure Resource Manager メタデータ。

type

string

リソースの型。 例: "Microsoft.Compute/virtualMachines" または "Microsoft.Storage/storageAccounts"

DataType

データの型を決定する列挙型。

説明
mltable
uri_file
uri_folder

ErrorAdditionalInfo

リソース管理エラーの追加情報。

名前 説明
info

object

追加情報。

type

string

追加情報の種類。

ErrorDetail

エラーの詳細。

名前 説明
additionalInfo

ErrorAdditionalInfo[]

エラーの追加情報。

code

string

エラー コード。

details

ErrorDetail[]

エラーの詳細。

message

string

エラー メッセージ。

target

string

エラーターゲット。

ErrorResponse

エラー応答

名前 説明
error

ErrorDetail

エラー オブジェクト。

systemData

リソースの作成と最後の変更に関連するメタデータ。

名前 説明
createdAt

string (date-time)

リソース作成のタイムスタンプ (UTC)。

createdBy

string

リソースを作成した ID。

createdByType

createdByType

リソースを作成した ID の種類。

lastModifiedAt

string (date-time)

リソースの最終変更のタイムスタンプ (UTC)

lastModifiedBy

string

リソースを最後に変更した ID。

lastModifiedByType

createdByType

リソースを最後に変更した ID の種類。