다음을 통해 공유


Microsoft.IoTOperations 인스턴스

Bicep 리소스 정의

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

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

리소스 형식

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

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

속성 값

ExtendedLocation

이름 묘사
이름 확장된 위치의 이름입니다. string(필수)
ExtendedLocation의 형식입니다. 'CustomLocation'(필수)

InstanceFeature

이름 묘사
모드 기능의 상태입니다. '사용 안 함'
'미리 보기'
'안정'
설정 기능의 설정입니다. InstanceFeatureSettings

InstanceFeatureSettings

이름 묘사

InstanceProperties

이름 묘사
묘사 인스턴스에 대한 자세한 설명입니다. 문자열
기능 AIO 인스턴스의 기능입니다. InstancePropertiesFeatures
schemaRegistryRef 이 AIO 인스턴스에 대한 스키마 레지스트리에 대한 참조입니다. SchemaRegistryRef(필수)

InstancePropertiesFeatures

이름 묘사

ManagedServiceIdentity

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

Microsoft.IoTOperations/instances

이름 묘사
extendedLocation 리소스의 에지 위치입니다. ExtendedLocation(필수)
신원 이 리소스에 할당된 관리 서비스 ID입니다. ManagedServiceIdentity
위치 리소스가 있는 지리적 위치 string(필수)
이름 리소스 이름 문자열

제약 조건:
최소 길이 = 3
최대 길이 = 63
패턴 = ^[a-z0-9][a-z0-9-]*[a-z0-9]$(필수)
속성 이 리소스에 대한 리소스별 속성입니다. InstanceProperties
태그 리소스 태그 태그 이름 및 값의 사전입니다. 템플릿 태그를 참조하세요.

SchemaRegistryRef

이름 묘사
resourceId 스키마 레지스트리의 리소스 ID입니다. string(필수)

TrackedResourceTags

이름 묘사

UserAssignedIdentities

이름 묘사

UserAssignedIdentity

이름 묘사

ARM 템플릿 리소스 정의

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

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

리소스 형식

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

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

속성 값

ExtendedLocation

이름 묘사
이름 확장된 위치의 이름입니다. string(필수)
ExtendedLocation의 형식입니다. 'CustomLocation'(필수)

InstanceFeature

이름 묘사
모드 기능의 상태입니다. '사용 안 함'
'미리 보기'
'안정'
설정 기능의 설정입니다. InstanceFeatureSettings

InstanceFeatureSettings

이름 묘사

InstanceProperties

이름 묘사
묘사 인스턴스에 대한 자세한 설명입니다. 문자열
기능 AIO 인스턴스의 기능입니다. InstancePropertiesFeatures
schemaRegistryRef 이 AIO 인스턴스에 대한 스키마 레지스트리에 대한 참조입니다. SchemaRegistryRef(필수)

InstancePropertiesFeatures

이름 묘사

ManagedServiceIdentity

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

Microsoft.IoTOperations/instances

이름 묘사
apiVersion api 버전 '2025-04-01'
extendedLocation 리소스의 에지 위치입니다. ExtendedLocation(필수)
신원 이 리소스에 할당된 관리 서비스 ID입니다. ManagedServiceIdentity
위치 리소스가 있는 지리적 위치 string(필수)
이름 리소스 이름 문자열

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

SchemaRegistryRef

이름 묘사
resourceId 스키마 레지스트리의 리소스 ID입니다. string(필수)

TrackedResourceTags

이름 묘사

UserAssignedIdentities

이름 묘사

UserAssignedIdentity

이름 묘사

사용 예제

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

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

  • 리소스 그룹

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

리소스 형식

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

resource "azapi_resource" "symbolicname" {
  type = "Microsoft.IoTOperations/instances@2025-04-01"
  name = "string"
  identity = {
    type = "string"
    userAssignedIdentities = {
      {customized property} = {
      }
    }
  }
  location = "string"
  tags = {
    {customized property} = "string"
  }
  body = jsonencode({
    extendedLocation = {
      name = "string"
      type = "string"
    }
    properties = {
      description = "string"
      features = {
        {customized property} = {
          mode = "string"
          settings = {
            {customized property} = "string"
          }
        }
      }
      schemaRegistryRef = {
        resourceId = "string"
      }
    }
  })
}

속성 값

ExtendedLocation

이름 묘사
이름 확장된 위치의 이름입니다. string(필수)
ExtendedLocation의 형식입니다. 'CustomLocation'(필수)

InstanceFeature

이름 묘사
모드 기능의 상태입니다. '사용 안 함'
'미리 보기'
'안정'
설정 기능의 설정입니다. InstanceFeatureSettings

InstanceFeatureSettings

이름 묘사

InstanceProperties

이름 묘사
묘사 인스턴스에 대한 자세한 설명입니다. 문자열
기능 AIO 인스턴스의 기능입니다. InstancePropertiesFeatures
schemaRegistryRef 이 AIO 인스턴스에 대한 스키마 레지스트리에 대한 참조입니다. SchemaRegistryRef(필수)

InstancePropertiesFeatures

이름 묘사

ManagedServiceIdentity

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

Microsoft.IoTOperations/instances

이름 묘사
extendedLocation 리소스의 에지 위치입니다. ExtendedLocation(필수)
신원 이 리소스에 할당된 관리 서비스 ID입니다. ManagedServiceIdentity
위치 리소스가 있는 지리적 위치 string(필수)
이름 리소스 이름 문자열

제약 조건:
최소 길이 = 3
최대 길이 = 63
패턴 = ^[a-z0-9][a-z0-9-]*[a-z0-9]$(필수)
속성 이 리소스에 대한 리소스별 속성입니다. InstanceProperties
태그 리소스 태그 태그 이름 및 값의 사전입니다.
리소스 종류 "Microsoft.IoTOperations/instances@2025-04-01"

SchemaRegistryRef

이름 묘사
resourceId 스키마 레지스트리의 리소스 ID입니다. string(필수)

TrackedResourceTags

이름 묘사

UserAssignedIdentities

이름 묘사

UserAssignedIdentity

이름 묘사