| Description | : List registries by subscription |
| Reference | : Link ¶ |
⚶ Changes
{
"#id": "Registries_ListBySubscription",
"$responses": {
"200": {
"$properties": {
"value": {
"$properties": {
"properties": [
{
"@added_4da84adf88844140b9dc401b75f052fc": {
"#name": "registryId",
"Description": "RegistryId Guid for this registry",
"Required": false,
"Type": "string"
}
}
]
}
}
}
}
}
}
⚼ Request
GET:
/subscriptions/{subscriptionId}/providers/Microsoft.MachineLearningServices/registries
{
subscriptionId:
string
,
api-version:
string
,
}
⚐ Response (default)
{
error:
}
{
,
code:
string
,
message:
string
,
target:
string
,
details:
[
,
string
,
]
additionalInfo:
}
[
]
,
{
,
type:
string
,
info:
object
,
}
⚐ Response (200)
{
nextLink:
string
,
value:
}
[
]
,
{
,
identity:
{
,
principalId:
string
,
tenantId:
string
,
type:
enum
,
userAssignedIdentities:
object
,
}
kind:
string
,
properties:
{
,
registryId:
string
,
discoveryUrl:
string
,
intellectualPropertyPublisher:
string
,
managedResourceGroup:
{
,
resourceId:
string
,
}
mlFlowRegistryUri:
string
,
registryPrivateEndpointConnections:
[
]
,
{
,
id:
string
,
location:
string
,
properties:
}
{
,
groupIds:
[
,
string
,
]
privateEndpoint:
{
,
subnetArmId:
string
,
}
registryPrivateLinkServiceConnectionState:
{
,
actionsRequired:
string
,
description:
string
,
status:
enum
,
}
provisioningState:
string
,
}
publicNetworkAccess:
string
,
regionDetails:
}
[
]
,
{
,
acrDetails:
[
]
,
{
,
systemCreatedAcrAccount:
}
{
,
acrAccountName:
string
,
acrAccountSku:
string
,
armResourceId:
}
{
,
resourceId:
string
,
}
location:
string
,
storageAccountDetails:
}
[
]
,
{
,
systemCreatedStorageAccount:
}
{
,
allowBlobPublicAccess:
boolean
,
armResourceId:
{
,
resourceId:
string
,
}
storageAccountHnsEnabled:
boolean
,
storageAccountName:
string
,
storageAccountType:
string
,
}
sku:
}
{
,
name:
string
,
tier:
enum
,
size:
string
,
family:
string
,
capacity:
integer
,
}