Description | : List registries by subscription |
Reference | : Link ¶ |
⚶ Changes
{ "#id": "Registries_ListBySubscription", "$responses": { "200": { "$properties": { "value": { "$properties": { "properties": [ { "@added_dee617f8e12e47e584136446f3a28574": { "#name": "registryId", "Description": "RegistryId for this registry", "Required": false, "Type": "string" } }, { "#name": "syndicatedRegistries", "Description": { "new": "Dictionary of syndicated/destination registries for this source registry. For each destination registry, the Key is the RegistryId Guid and the value is a SyndicatedRegistry object", "old": "Dictionary of syndicated registries. Key is Guid and value is a SyndicatedRegistry" } } ] } } } } } }
⚼ 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
,
}
managedResourceGroupSettings:
{
,
assignedIdentities:
}
[
]
,
{
,
principalId:
string
,
}
syndicatedRegistries:
object
,
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
,
}