다음을 통해 공유


Microsoft.IoTOperations 인스턴스

Bicep 리소스 정의

인스턴스 리소스 종류는 다음을 대상으로 하는 작업으로 배포할 수 있습니다.

각 API 버전에서 변경된 속성 목록은 변경 로그참조하세요.

리소스 형식

Microsoft.IoTOperations/instances 리소스를 만들려면 템플릿에 다음 Bicep을 추가합니다.

resource symbolicname 'Microsoft.IoTOperations/instances@2025-10-01' = {
  scope: resourceSymbolicName or scope
  extendedLocation: {
    name: 'string'
    type: 'string'
  }
  identity: {
    type: 'string'
    userAssignedIdentities: {
      {customized property}: {}
    }
  }
  location: 'string'
  name: 'string'
  properties: {
    adrNamespaceRef: {
      resourceId: 'string'
    }
    defaultSecretProviderClassRef: {
      resourceId: 'string'
    }
    description: 'string'
    features: {
      {customized property}: {
        mode: 'string'
        settings: {
          {customized property}: 'string'
        }
      }
    }
    schemaRegistryRef: {
      resourceId: 'string'
    }
  }
  tags: {
    {customized property}: 'string'
  }
}

속성 값

Microsoft.IoTOperations/instances

Name Description Value
extendedLocation 리소스의 에지 위치입니다. ExtendedLocation (필수)
identity 이 리소스에 할당된 관리 서비스 ID입니다. ManagedServiceIdentity
location 리소스가 있는 지리적 위치 string(필수)
name 리소스 이름 string

Constraints:
최소 길이 = 3
최대 길이 = 63
패턴 = ^[a-z0-9][a-z0-9-]*[a-z0-9]$(필수)
properties 이 리소스에 대한 리소스별 속성입니다. InstanceProperties
scope 배포 범위와 다른 범위에서 리소스를 만들 때 사용합니다. 이 속성을 리소스의 기호 이름으로 설정하여 확장 리소스를 적용합니다.
tags 리소스 태그 태그 이름 및 값의 사전입니다. 템플릿 태그를 참조하세요.

AzureDeviceRegistryNamespaceRef

Name Description Value
resourceId Azure Device Registry 네임스페이스의 리소스 ID입니다. string(필수)

ExtendedLocation

Name Description Value
name 확장된 위치의 이름입니다. string(필수)
type ExtendedLocation의 형식입니다. 'CustomLocation'(필수)

InstanceFeature

Name Description Value
mode 기능의 상태입니다. 'Disabled'
'Preview'
'Stable'
settings 기능의 설정입니다. InstanceFeatureSettings

InstanceFeatureSettings

Name Description Value

InstanceProperties

Name Description Value
adr네임스페이스 참조 자산, 검색된 자산 및 디바이스에서 사용하는 Azure Device Registry 네임스페이스 AzureDeviceRegistryNamespaceRef
defaultSecretProviderClassRef 입니다. AIO 비밀 공급자 클래스에 대한 참조입니다. SecretProviderClassRef
description 인스턴스에 대한 자세한 설명입니다. string
features AIO 인스턴스의 기능입니다. InstancePropertiesFeatures
schemaRegistryRef 이 AIO 인스턴스에 대한 스키마 레지스트리에 대한 참조입니다. SchemaRegistryRef (필수)

InstancePropertiesFeatures

Name Description Value

ManagedServiceIdentity

Name Description Value
type 관리 서비스 ID의 유형입니다(SystemAssigned 및 UserAssigned 형식이 모두 허용되는 경우). 'None'
'SystemAssigned'
'SystemAssigned,UserAssigned'
'UserAssigned'(필수)
userAssignedIdentities 리소스와 연결된 사용자 할당 ID 집합입니다. userAssignedIdentities 사전 키는 '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName} 형식의 ARM 리소스 ID입니다. 사전 값은 요청에서 빈 개체({})일 수 있습니다. UserAssignedIdentities

SchemaRegistryRef

Name Description Value
resourceId 스키마 레지스트리의 리소스 ID입니다. string(필수)

SecretProviderClassRef

Name Description Value
resourceId AIO 시크릿 제공자 클래스의 리소스 ID입니다. string(필수)

TrackedResourceTags

Name Description Value

UserAssignedIdentities

Name Description Value

UserAssignedIdentity

Name Description Value

ARM 템플릿 리소스 정의

인스턴스 리소스 종류는 다음을 대상으로 하는 작업으로 배포할 수 있습니다.

각 API 버전에서 변경된 속성 목록은 변경 로그참조하세요.

리소스 형식

Microsoft.IoTOperations/instances 리소스를 만들려면 템플릿에 다음 JSON을 추가합니다.

{
  "type": "Microsoft.IoTOperations/instances",
  "apiVersion": "2025-10-01",
  "name": "string",
  "extendedLocation": {
    "name": "string",
    "type": "string"
  },
  "identity": {
    "type": "string",
    "userAssignedIdentities": {
      "{customized property}": {
      }
    }
  },
  "location": "string",
  "properties": {
    "adrNamespaceRef": {
      "resourceId": "string"
    },
    "defaultSecretProviderClassRef": {
      "resourceId": "string"
    },
    "description": "string",
    "features": {
      "{customized property}": {
        "mode": "string",
        "settings": {
          "{customized property}": "string"
        }
      }
    },
    "schemaRegistryRef": {
      "resourceId": "string"
    }
  },
  "tags": {
    "{customized property}": "string"
  }
}

속성 값

Microsoft.IoTOperations/instances

Name Description Value
apiVersion api 버전 '2025-10-01'
extendedLocation 리소스의 에지 위치입니다. ExtendedLocation (필수)
identity 이 리소스에 할당된 관리 서비스 ID입니다. ManagedServiceIdentity
location 리소스가 있는 지리적 위치 string(필수)
name 리소스 이름 string

Constraints:
최소 길이 = 3
최대 길이 = 63
패턴 = ^[a-z0-9][a-z0-9-]*[a-z0-9]$(필수)
properties 이 리소스에 대한 리소스별 속성입니다. InstanceProperties
tags 리소스 태그 태그 이름 및 값의 사전입니다. 템플릿 태그를 참조하세요.
type 리소스 종류 'Microsoft.IoTOperations/instances'

AzureDeviceRegistryNamespaceRef

Name Description Value
resourceId Azure Device Registry 네임스페이스의 리소스 ID입니다. string(필수)

ExtendedLocation

Name Description Value
name 확장된 위치의 이름입니다. string(필수)
type ExtendedLocation의 형식입니다. 'CustomLocation'(필수)

InstanceFeature

Name Description Value
mode 기능의 상태입니다. 'Disabled'
'Preview'
'Stable'
settings 기능의 설정입니다. InstanceFeatureSettings

InstanceFeatureSettings

Name Description Value

InstanceProperties

Name Description Value
adr네임스페이스 참조 자산, 검색된 자산 및 디바이스에서 사용하는 Azure Device Registry 네임스페이스 AzureDeviceRegistryNamespaceRef
defaultSecretProviderClassRef 입니다. AIO 비밀 공급자 클래스에 대한 참조입니다. SecretProviderClassRef
description 인스턴스에 대한 자세한 설명입니다. string
features AIO 인스턴스의 기능입니다. InstancePropertiesFeatures
schemaRegistryRef 이 AIO 인스턴스에 대한 스키마 레지스트리에 대한 참조입니다. SchemaRegistryRef (필수)

InstancePropertiesFeatures

Name Description Value

ManagedServiceIdentity

Name Description Value
type 관리 서비스 ID의 유형입니다(SystemAssigned 및 UserAssigned 형식이 모두 허용되는 경우). 'None'
'SystemAssigned'
'SystemAssigned,UserAssigned'
'UserAssigned'(필수)
userAssignedIdentities 리소스와 연결된 사용자 할당 ID 집합입니다. userAssignedIdentities 사전 키는 '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName} 형식의 ARM 리소스 ID입니다. 사전 값은 요청에서 빈 개체({})일 수 있습니다. UserAssignedIdentities

SchemaRegistryRef

Name Description Value
resourceId 스키마 레지스트리의 리소스 ID입니다. string(필수)

SecretProviderClassRef

Name Description Value
resourceId AIO 시크릿 제공자 클래스의 리소스 ID입니다. string(필수)

TrackedResourceTags

Name Description Value

UserAssignedIdentities

Name Description Value

UserAssignedIdentity

Name Description Value

사용 예제

Terraform(AzAPI 공급자) 리소스 정의

인스턴스 리소스 종류는 다음을 대상으로 하는 작업으로 배포할 수 있습니다.

각 API 버전에서 변경된 속성 목록은 변경 로그참조하세요.

리소스 형식

Microsoft.IoTOperations/instances 리소스를 만들려면 템플릿에 다음 Terraform을 추가합니다.

resource "azapi_resource" "symbolicname" {
  type = "Microsoft.IoTOperations/instances@2025-10-01"
  name = "string"
  parent_id = "string"
  identity {
    type = "string"
    identity_ids = [
      "string"
    ]
  }
  location = "string"
  tags = {
    {customized property} = "string"
  }
  body = {
    extendedLocation = {
      name = "string"
      type = "string"
    }
    properties = {
      adrNamespaceRef = {
        resourceId = "string"
      }
      defaultSecretProviderClassRef = {
        resourceId = "string"
      }
      description = "string"
      features = {
        {customized property} = {
          mode = "string"
          settings = {
            {customized property} = "string"
          }
        }
      }
      schemaRegistryRef = {
        resourceId = "string"
      }
    }
  }
}

속성 값

Microsoft.IoTOperations/instances

Name Description Value
extendedLocation 리소스의 에지 위치입니다. ExtendedLocation (필수)
identity 이 리소스에 할당된 관리 서비스 ID입니다. ManagedServiceIdentity
location 리소스가 있는 지리적 위치 string(필수)
name 리소스 이름 string

Constraints:
최소 길이 = 3
최대 길이 = 63
패턴 = ^[a-z0-9][a-z0-9-]*[a-z0-9]$(필수)
parent_id 이 확장 리소스를 적용할 리소스의 ID입니다. string(필수)
properties 이 리소스에 대한 리소스별 속성입니다. InstanceProperties
tags 리소스 태그 태그 이름 및 값의 사전입니다.
type 리소스 종류 "Microsoft.IoTOperations/instances@2025-10-01"

AzureDeviceRegistryNamespaceRef

Name Description Value
resourceId Azure Device Registry 네임스페이스의 리소스 ID입니다. string(필수)

ExtendedLocation

Name Description Value
name 확장된 위치의 이름입니다. string(필수)
type ExtendedLocation의 형식입니다. 'CustomLocation'(필수)

InstanceFeature

Name Description Value
mode 기능의 상태입니다. 'Disabled'
'Preview'
'Stable'
settings 기능의 설정입니다. InstanceFeatureSettings

InstanceFeatureSettings

Name Description Value

InstanceProperties

Name Description Value
adr네임스페이스 참조 자산, 검색된 자산 및 디바이스에서 사용하는 Azure Device Registry 네임스페이스 AzureDeviceRegistryNamespaceRef
defaultSecretProviderClassRef 입니다. AIO 비밀 공급자 클래스에 대한 참조입니다. SecretProviderClassRef
description 인스턴스에 대한 자세한 설명입니다. string
features AIO 인스턴스의 기능입니다. InstancePropertiesFeatures
schemaRegistryRef 이 AIO 인스턴스에 대한 스키마 레지스트리에 대한 참조입니다. SchemaRegistryRef (필수)

InstancePropertiesFeatures

Name Description Value

ManagedServiceIdentity

Name Description Value
type 관리 서비스 ID의 유형입니다(SystemAssigned 및 UserAssigned 형식이 모두 허용되는 경우). 'None'
'SystemAssigned'
'SystemAssigned,UserAssigned'
'UserAssigned'(필수)
userAssignedIdentities 리소스와 연결된 사용자 할당 ID 집합입니다. userAssignedIdentities 사전 키는 '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName} 형식의 ARM 리소스 ID입니다. 사전 값은 요청에서 빈 개체({})일 수 있습니다. UserAssignedIdentities

SchemaRegistryRef

Name Description Value
resourceId 스키마 레지스트리의 리소스 ID입니다. string(필수)

SecretProviderClassRef

Name Description Value
resourceId AIO 시크릿 제공자 클래스의 리소스 ID입니다. string(필수)

TrackedResourceTags

Name Description Value

UserAssignedIdentities

Name Description Value

UserAssignedIdentity

Name Description Value