Description | : List registries by subscription |
Reference | : Link ¶ |
⚶ Changes
{ "#id": "Registries_ListBySubscription", "$responses": { "200": { "$properties": { "value": { "$properties": { "properties": [ { "@added_c75a5393b560466cb1dc2e8e4d84674a": { "#name": "syndicatedRegistries", "Description": "List of tuples containing Guid and SyndicatedRegistry", "Required": false, "Type": "array", "$items": { "Type": "object", "$properties": [ { "#name": "syndicatedRegistryGuid", "Description": "The Guid of the syndicated registry", "Required": false, "Type": "string" }, { "#name": "syndicatedRegistry", "Description": "A registry that is syndicated", "Required": false, "Type": "object", "$properties": [ { "#name": "registryId", "Description": "The Registry Id of the syndicated 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:
{
,
discoveryUrl:
string
,
intellectualPropertyPublisher:
string
,
managedResourceGroup:
{
,
resourceId:
string
,
}
managedResourceGroupSettings:
{
,
assignedIdentities:
}
[
]
,
{
,
principalId:
string
,
}
syndicatedRegistries:
[
]
,
{
,
syndicatedRegistryGuid:
string
,
syndicatedRegistry:
}
{
,
registryId:
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
,
}