Microsoft.MachineLearningServices 레지스트리 2022-10-01-preview
Bicep 리소스 정의
레지스트리 리소스 종류는 다음을 대상으로 하는 작업으로 배포할 수 있습니다.
- 리소스 그룹 - 리소스 그룹 배포 명령 참조
각 API 버전에서 변경된 속성 목록은 변경 로그참조하세요.
리소스 형식
Microsoft.MachineLearningServices/registries 리소스를 만들려면 템플릿에 다음 Bicep을 추가합니다.
resource symbolicname 'Microsoft.MachineLearningServices/registries@2022-10-01-preview' = {
name: 'string'
location: 'string'
tags: {
tagName1: 'tagValue1'
tagName2: 'tagValue2'
}
sku: {
capacity: int
family: 'string'
name: 'string'
size: 'string'
tier: 'string'
}
kind: 'string'
identity: {
type: 'string'
userAssignedIdentities: {
{customized property}: {}
}
}
properties: {
description: 'string'
discoveryUrl: 'string'
intellectualPropertyPublisher: 'string'
managedResourceGroup: {
resourceId: 'string'
}
mlFlowRegistryUri: 'string'
privateLinkCount: int
properties: {
{customized property}: 'string'
}
publicNetworkAccess: 'string'
regionDetails: [
{
acrDetails: [
{
systemCreatedAcrAccount: {
acrAccountSku: 'string'
armResourceId: {
resourceId: 'string'
}
}
userCreatedAcrAccount: {
armResourceId: {
resourceId: 'string'
}
}
}
]
location: 'string'
storageAccountDetails: [
{
systemCreatedStorageAccount: {
armResourceId: {
resourceId: 'string'
}
storageAccountHnsEnabled: bool
storageAccountType: 'string'
}
userCreatedStorageAccount: {
armResourceId: {
resourceId: 'string'
}
}
}
]
}
]
tags: {}
}
}
속성 값
레지스트리
이름 | 묘사 | 값 |
---|---|---|
이름 | 리소스 이름 | string(필수) |
위치 | 리소스가 있는 지리적 위치 | string(필수) |
태그 | 리소스 태그. | 태그 이름 및 값의 사전입니다. 템플릿 |
sku | 자동 크기 조정을 위한 ARM 계약에 필요한 SKU 세부 정보입니다. | Sku |
종류 | 포털/도구/등에서 동일한 형식의 리소스에 대해 다른 UX 환경을 렌더링하는 데 사용되는 메타데이터입니다. | 문자열 |
신원 | 관리 서비스 ID(시스템 할당 및/또는 사용자 할당 ID) | ManagedServiceIdentity |
속성 | [필수] 엔터티의 추가 특성입니다. | RegistryProperties(필수) |
ManagedServiceIdentity
이름 | 묘사 | 값 |
---|---|---|
형 | 관리 서비스 ID의 유형입니다(SystemAssigned 및 UserAssigned 형식이 모두 허용되는 경우). | 'None' 'SystemAssigned' 'SystemAssigned,UserAssigned' 'UserAssigned'(필수) |
userAssignedIdentities | 리소스와 연결된 사용자 할당 ID 집합입니다. userAssignedIdentities 사전 키는 '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName} 형식의 ARM 리소스 ID입니다. 사전 값은 요청에서 빈 개체({})일 수 있습니다. | UserAssignedIdentities |
UserAssignedIdentities
이름 | 묘사 | 값 |
---|---|---|
{customized property} | UserAssignedIdentity |
UserAssignedIdentity
이 개체에는 배포 중에 설정할 속성이 없습니다. 모든 속성은 ReadOnly입니다.
RegistryProperties
이름 | 묘사 | 값 |
---|---|---|
묘사 | 자산 설명 텍스트입니다. | 문자열 |
discoveryUrl | 문자열 | |
intellectualPropertyPublisher | 문자열 | |
managedResourceGroup | 레지스트리에 대해 만든 관리되는 리소스 그룹 | armResourceId |
mlFlowRegistryUri | 문자열 | |
privateLinkCount | int | |
속성 | 자산 속성 사전입니다. | ResourceBaseProperties |
publicNetworkAccess | 문자열 | |
regionDetails | 레지스트리가 있는 각 지역의 세부 정보 | RegistryRegionArmDetails[] |
태그 | 태그 사전입니다. 태그를 추가, 제거 및 업데이트할 수 있습니다. | 객체 |
ArmResourceId
이름 | 묘사 | 값 |
---|---|---|
resourceId | Arm ResourceId는 "/subscriptions/{SubscriptionId}/resourceGroups/{ResourceGroupName}/providers/Microsoft.Storage/storageAccounts/{StorageAccountName}" 형식입니다. 또는 "/subscriptions/{SubscriptionId}/resourceGroups/{ResourceGroupName}/providers/Microsoft.ContainerRegistry/registries/{AcrName}" |
문자열 |
ResourceBaseProperties
이름 | 묘사 | 값 |
---|---|---|
{customized property} | 문자열 |
RegistryRegionArmDetails
이름 | 묘사 | 값 |
---|---|---|
acrDetails | ACR 계정 목록 | AcrDetails |
위치 | 레지스트리가 있는 위치 | 문자열 |
storageAccountDetails | 스토리지 계정 목록 | StorageAccountDetails |
AcrDetails
이름 | 묘사 | 값 |
---|---|---|
systemCreatedAcrAccount | systemCreatedAcrAccount |
|
userCreatedAcrAccount | UserCreatedAcrAccount |
SystemCreatedAcrAccount
이름 | 묘사 | 값 |
---|---|---|
acrAccountSku | 문자열 | |
armResourceId | 리소스의 ARM ResourceId | armResourceId |
UserCreatedAcrAccount
이름 | 묘사 | 값 |
---|---|---|
armResourceId | 리소스의 ARM ResourceId | armResourceId |
StorageAccountDetails
이름 | 묘사 | 값 |
---|---|---|
systemCreatedStorageAccount | systemCreatedStorageAccount |
|
userCreatedStorageAccount | UserCreatedStorageAccount |
SystemCreatedStorageAccount
이름 | 묘사 | 값 |
---|---|---|
armResourceId | 리소스의 ARM ResourceId | armResourceId |
storageAccountHnsEnabled | bool | |
storageAccountType | 허용되는 값: "Standard_LRS", "Standard_GRS", "Standard_RAGRS", "Standard_ZRS", "Standard_GZRS", "Standard_RAGZRS", "Premium_LRS", "Premium_ZRS" |
문자열 |
UserCreatedStorageAccount
이름 | 묘사 | 값 |
---|---|---|
armResourceId | 리소스의 ARM ResourceId | armResourceId |
Sku
이름 | 묘사 | 값 |
---|---|---|
용량 | SKU가 스케일 아웃/인을 지원하는 경우 용량 정수가 포함되어야 합니다. 리소스에 대해 스케일 아웃/인이 불가능한 경우 생략할 수 있습니다. | int |
가족 | 서비스에 여러 세대의 하드웨어가 있는 경우 동일한 SKU에 대해 여기에서 캡처할 수 있습니다. | 문자열 |
이름 | SKU의 이름입니다. 예 - P3. 일반적으로 letter+number 코드입니다. | string(필수) |
크기 | SKU 크기입니다. 이름 필드가 계층과 다른 값의 조합인 경우 독립 실행형 코드입니다. | 문자열 |
계층 | 이 필드는 서비스에 둘 이상의 계층이 있지만 PUT에는 필요하지 않은 경우 리소스 공급자가 구현해야 합니다. | '기본' '무료' '프리미엄' 'Standard' |
ARM 템플릿 리소스 정의
레지스트리 리소스 종류는 다음을 대상으로 하는 작업으로 배포할 수 있습니다.
- 리소스 그룹 - 리소스 그룹 배포 명령 참조
각 API 버전에서 변경된 속성 목록은 변경 로그참조하세요.
리소스 형식
Microsoft.MachineLearningServices/registries 리소스를 만들려면 템플릿에 다음 JSON을 추가합니다.
{
"type": "Microsoft.MachineLearningServices/registries",
"apiVersion": "2022-10-01-preview",
"name": "string",
"location": "string",
"tags": {
"tagName1": "tagValue1",
"tagName2": "tagValue2"
},
"sku": {
"capacity": "int",
"family": "string",
"name": "string",
"size": "string",
"tier": "string"
},
"kind": "string",
"identity": {
"type": "string",
"userAssignedIdentities": {
"{customized property}": {}
}
},
"properties": {
"description": "string",
"discoveryUrl": "string",
"intellectualPropertyPublisher": "string",
"managedResourceGroup": {
"resourceId": "string"
},
"mlFlowRegistryUri": "string",
"privateLinkCount": "int",
"properties": {
"{customized property}": "string"
},
"publicNetworkAccess": "string",
"regionDetails": [
{
"acrDetails": [
{
"systemCreatedAcrAccount": {
"acrAccountSku": "string",
"armResourceId": {
"resourceId": "string"
}
},
"userCreatedAcrAccount": {
"armResourceId": {
"resourceId": "string"
}
}
}
],
"location": "string",
"storageAccountDetails": [
{
"systemCreatedStorageAccount": {
"armResourceId": {
"resourceId": "string"
},
"storageAccountHnsEnabled": "bool",
"storageAccountType": "string"
},
"userCreatedStorageAccount": {
"armResourceId": {
"resourceId": "string"
}
}
}
]
}
],
"tags": {}
}
}
속성 값
레지스트리
이름 | 묘사 | 값 |
---|---|---|
형 | 리소스 종류 | 'Microsoft.MachineLearningServices/registries' |
apiVersion | 리소스 api 버전 | '2022-10-01-preview' |
이름 | 리소스 이름 | string(필수) |
위치 | 리소스가 있는 지리적 위치 | string(필수) |
태그 | 리소스 태그. | 태그 이름 및 값의 사전입니다. 템플릿 |
sku | 자동 크기 조정을 위한 ARM 계약에 필요한 SKU 세부 정보입니다. | Sku |
종류 | 포털/도구/등에서 동일한 형식의 리소스에 대해 다른 UX 환경을 렌더링하는 데 사용되는 메타데이터입니다. | 문자열 |
신원 | 관리 서비스 ID(시스템 할당 및/또는 사용자 할당 ID) | ManagedServiceIdentity |
속성 | [필수] 엔터티의 추가 특성입니다. | RegistryProperties(필수) |
ManagedServiceIdentity
이름 | 묘사 | 값 |
---|---|---|
형 | 관리 서비스 ID의 유형입니다(SystemAssigned 및 UserAssigned 형식이 모두 허용되는 경우). | 'None' 'SystemAssigned' 'SystemAssigned,UserAssigned' 'UserAssigned'(필수) |
userAssignedIdentities | 리소스와 연결된 사용자 할당 ID 집합입니다. userAssignedIdentities 사전 키는 '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName} 형식의 ARM 리소스 ID입니다. 사전 값은 요청에서 빈 개체({})일 수 있습니다. | UserAssignedIdentities |
UserAssignedIdentities
이름 | 묘사 | 값 |
---|---|---|
{customized property} | UserAssignedIdentity |
UserAssignedIdentity
이 개체에는 배포 중에 설정할 속성이 없습니다. 모든 속성은 ReadOnly입니다.
RegistryProperties
이름 | 묘사 | 값 |
---|---|---|
묘사 | 자산 설명 텍스트입니다. | 문자열 |
discoveryUrl | 문자열 | |
intellectualPropertyPublisher | 문자열 | |
managedResourceGroup | 레지스트리에 대해 만든 관리되는 리소스 그룹 | armResourceId |
mlFlowRegistryUri | 문자열 | |
privateLinkCount | int | |
속성 | 자산 속성 사전입니다. | ResourceBaseProperties |
publicNetworkAccess | 문자열 | |
regionDetails | 레지스트리가 있는 각 지역의 세부 정보 | RegistryRegionArmDetails[] |
태그 | 태그 사전입니다. 태그를 추가, 제거 및 업데이트할 수 있습니다. | 객체 |
ArmResourceId
이름 | 묘사 | 값 |
---|---|---|
resourceId | Arm ResourceId는 "/subscriptions/{SubscriptionId}/resourceGroups/{ResourceGroupName}/providers/Microsoft.Storage/storageAccounts/{StorageAccountName}" 형식입니다. 또는 "/subscriptions/{SubscriptionId}/resourceGroups/{ResourceGroupName}/providers/Microsoft.ContainerRegistry/registries/{AcrName}" |
문자열 |
ResourceBaseProperties
이름 | 묘사 | 값 |
---|---|---|
{customized property} | 문자열 |
RegistryRegionArmDetails
이름 | 묘사 | 값 |
---|---|---|
acrDetails | ACR 계정 목록 | AcrDetails |
위치 | 레지스트리가 있는 위치 | 문자열 |
storageAccountDetails | 스토리지 계정 목록 | StorageAccountDetails |
AcrDetails
이름 | 묘사 | 값 |
---|---|---|
systemCreatedAcrAccount | systemCreatedAcrAccount |
|
userCreatedAcrAccount | UserCreatedAcrAccount |
SystemCreatedAcrAccount
이름 | 묘사 | 값 |
---|---|---|
acrAccountSku | 문자열 | |
armResourceId | 리소스의 ARM ResourceId | armResourceId |
UserCreatedAcrAccount
이름 | 묘사 | 값 |
---|---|---|
armResourceId | 리소스의 ARM ResourceId | armResourceId |
StorageAccountDetails
이름 | 묘사 | 값 |
---|---|---|
systemCreatedStorageAccount | systemCreatedStorageAccount |
|
userCreatedStorageAccount | UserCreatedStorageAccount |
SystemCreatedStorageAccount
이름 | 묘사 | 값 |
---|---|---|
armResourceId | 리소스의 ARM ResourceId | armResourceId |
storageAccountHnsEnabled | bool | |
storageAccountType | 허용되는 값: "Standard_LRS", "Standard_GRS", "Standard_RAGRS", "Standard_ZRS", "Standard_GZRS", "Standard_RAGZRS", "Premium_LRS", "Premium_ZRS" |
문자열 |
UserCreatedStorageAccount
이름 | 묘사 | 값 |
---|---|---|
armResourceId | 리소스의 ARM ResourceId | armResourceId |
Sku
이름 | 묘사 | 값 |
---|---|---|
용량 | SKU가 스케일 아웃/인을 지원하는 경우 용량 정수가 포함되어야 합니다. 리소스에 대해 스케일 아웃/인이 불가능한 경우 생략할 수 있습니다. | int |
가족 | 서비스에 여러 세대의 하드웨어가 있는 경우 동일한 SKU에 대해 여기에서 캡처할 수 있습니다. | 문자열 |
이름 | SKU의 이름입니다. 예 - P3. 일반적으로 letter+number 코드입니다. | string(필수) |
크기 | SKU 크기입니다. 이름 필드가 계층과 다른 값의 조합인 경우 독립 실행형 코드입니다. | 문자열 |
계층 | 이 필드는 서비스에 둘 이상의 계층이 있지만 PUT에는 필요하지 않은 경우 리소스 공급자가 구현해야 합니다. | '기본' '무료' '프리미엄' 'Standard' |
Terraform(AzAPI 공급자) 리소스 정의
레지스트리 리소스 종류는 다음을 대상으로 하는 작업으로 배포할 수 있습니다.
- 리소스 그룹
각 API 버전에서 변경된 속성 목록은 변경 로그참조하세요.
리소스 형식
Microsoft.MachineLearningServices/registries 리소스를 만들려면 템플릿에 다음 Terraform을 추가합니다.
resource "azapi_resource" "symbolicname" {
type = "Microsoft.MachineLearningServices/registries@2022-10-01-preview"
name = "string"
location = "string"
parent_id = "string"
tags = {
tagName1 = "tagValue1"
tagName2 = "tagValue2"
}
identity {
type = "string"
identity_ids = []
}
body = jsonencode({
properties = {
description = "string"
discoveryUrl = "string"
intellectualPropertyPublisher = "string"
managedResourceGroup = {
resourceId = "string"
}
mlFlowRegistryUri = "string"
privateLinkCount = int
properties = {
{customized property} = "string"
}
publicNetworkAccess = "string"
regionDetails = [
{
acrDetails = [
{
systemCreatedAcrAccount = {
acrAccountSku = "string"
armResourceId = {
resourceId = "string"
}
}
userCreatedAcrAccount = {
armResourceId = {
resourceId = "string"
}
}
}
]
location = "string"
storageAccountDetails = [
{
systemCreatedStorageAccount = {
armResourceId = {
resourceId = "string"
}
storageAccountHnsEnabled = bool
storageAccountType = "string"
}
userCreatedStorageAccount = {
armResourceId = {
resourceId = "string"
}
}
}
]
}
]
tags = {}
}
sku = {
capacity = int
family = "string"
name = "string"
size = "string"
tier = "string"
}
kind = "string"
})
}
속성 값
레지스트리
이름 | 묘사 | 값 |
---|---|---|
형 | 리소스 종류 | "Microsoft.MachineLearningServices/registries@2022-10-01-preview" |
이름 | 리소스 이름 | string(필수) |
위치 | 리소스가 있는 지리적 위치 | string(필수) |
parent_id | 리소스 그룹에 배포하려면 해당 리소스 그룹의 ID를 사용합니다. | string(필수) |
태그 | 리소스 태그. | 태그 이름 및 값의 사전입니다. |
sku | 자동 크기 조정을 위한 ARM 계약에 필요한 SKU 세부 정보입니다. | Sku |
종류 | 포털/도구/등에서 동일한 형식의 리소스에 대해 다른 UX 환경을 렌더링하는 데 사용되는 메타데이터입니다. | 문자열 |
신원 | 관리 서비스 ID(시스템 할당 및/또는 사용자 할당 ID) | ManagedServiceIdentity |
속성 | [필수] 엔터티의 추가 특성입니다. | RegistryProperties(필수) |
ManagedServiceIdentity
이름 | 묘사 | 값 |
---|---|---|
형 | 관리 서비스 ID의 유형입니다(SystemAssigned 및 UserAssigned 형식이 모두 허용되는 경우). | "SystemAssigned" "SystemAssigned,UserAssigned" "UserAssigned"(필수) |
identity_ids | 리소스와 연결된 사용자 할당 ID 집합입니다. userAssignedIdentities 사전 키는 '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName} 형식의 ARM 리소스 ID입니다. 사전 값은 요청에서 빈 개체({})일 수 있습니다. | 사용자 ID ID의 배열입니다. |
UserAssignedIdentities
이름 | 묘사 | 값 |
---|---|---|
{customized property} | UserAssignedIdentity |
UserAssignedIdentity
이 개체에는 배포 중에 설정할 속성이 없습니다. 모든 속성은 ReadOnly입니다.
RegistryProperties
이름 | 묘사 | 값 |
---|---|---|
묘사 | 자산 설명 텍스트입니다. | 문자열 |
discoveryUrl | 문자열 | |
intellectualPropertyPublisher | 문자열 | |
managedResourceGroup | 레지스트리에 대해 만든 관리되는 리소스 그룹 | armResourceId |
mlFlowRegistryUri | 문자열 | |
privateLinkCount | int | |
속성 | 자산 속성 사전입니다. | ResourceBaseProperties |
publicNetworkAccess | 문자열 | |
regionDetails | 레지스트리가 있는 각 지역의 세부 정보 | RegistryRegionArmDetails[] |
태그 | 태그 사전입니다. 태그를 추가, 제거 및 업데이트할 수 있습니다. | 객체 |
ArmResourceId
이름 | 묘사 | 값 |
---|---|---|
resourceId | Arm ResourceId는 "/subscriptions/{SubscriptionId}/resourceGroups/{ResourceGroupName}/providers/Microsoft.Storage/storageAccounts/{StorageAccountName}" 형식입니다. 또는 "/subscriptions/{SubscriptionId}/resourceGroups/{ResourceGroupName}/providers/Microsoft.ContainerRegistry/registries/{AcrName}" |
문자열 |
ResourceBaseProperties
이름 | 묘사 | 값 |
---|---|---|
{customized property} | 문자열 |
RegistryRegionArmDetails
이름 | 묘사 | 값 |
---|---|---|
acrDetails | ACR 계정 목록 | AcrDetails |
위치 | 레지스트리가 있는 위치 | 문자열 |
storageAccountDetails | 스토리지 계정 목록 | StorageAccountDetails |
AcrDetails
이름 | 묘사 | 값 |
---|---|---|
systemCreatedAcrAccount | systemCreatedAcrAccount |
|
userCreatedAcrAccount | UserCreatedAcrAccount |
SystemCreatedAcrAccount
이름 | 묘사 | 값 |
---|---|---|
acrAccountSku | 문자열 | |
armResourceId | 리소스의 ARM ResourceId | armResourceId |
UserCreatedAcrAccount
이름 | 묘사 | 값 |
---|---|---|
armResourceId | 리소스의 ARM ResourceId | armResourceId |
StorageAccountDetails
이름 | 묘사 | 값 |
---|---|---|
systemCreatedStorageAccount | systemCreatedStorageAccount |
|
userCreatedStorageAccount | UserCreatedStorageAccount |
SystemCreatedStorageAccount
이름 | 묘사 | 값 |
---|---|---|
armResourceId | 리소스의 ARM ResourceId | armResourceId |
storageAccountHnsEnabled | bool | |
storageAccountType | 허용되는 값: "Standard_LRS", "Standard_GRS", "Standard_RAGRS", "Standard_ZRS", "Standard_GZRS", "Standard_RAGZRS", "Premium_LRS", "Premium_ZRS" |
문자열 |
UserCreatedStorageAccount
이름 | 묘사 | 값 |
---|---|---|
armResourceId | 리소스의 ARM ResourceId | armResourceId |
Sku
이름 | 묘사 | 값 |
---|---|---|
용량 | SKU가 스케일 아웃/인을 지원하는 경우 용량 정수가 포함되어야 합니다. 리소스에 대해 스케일 아웃/인이 불가능한 경우 생략할 수 있습니다. | int |
가족 | 서비스에 여러 세대의 하드웨어가 있는 경우 동일한 SKU에 대해 여기에서 캡처할 수 있습니다. | 문자열 |
이름 | SKU의 이름입니다. 예 - P3. 일반적으로 letter+number 코드입니다. | string(필수) |
크기 | SKU 크기입니다. 이름 필드가 계층과 다른 값의 조합인 경우 독립 실행형 코드입니다. | 문자열 |
계층 | 이 필드는 서비스에 둘 이상의 계층이 있지만 PUT에는 필요하지 않은 경우 리소스 공급자가 구현해야 합니다. | "기본" "무료" "프리미엄" "표준" |