다음을 통해 공유


Microsoft.VideoIndexer 계정

Bicep 리소스 정의

다음을 대상으로 하는 작업으로 계정 리소스 유형을 배포할 수 있습니다.

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

리소스 형식

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

resource symbolicname 'Microsoft.VideoIndexer/accounts@2024-01-01' = {
  name: 'string'
  location: 'string'
  tags: {
    tagName1: 'tagValue1'
    tagName2: 'tagValue2'
  }
  identity: {
    type: 'string'
    userAssignedIdentities: {
      {customized property}: {}
    }
  }
  properties: {
    accountId: 'string'
    storageServices: {
      resourceId: 'string'
      userAssignedIdentity: 'string'
    }
  }
}

속성 값

계정

Name Description
name 리소스 이름 string(필수)
위치 리소스가 있는 지리적 위치 string(필수)
tags 리소스 태그. 태그 이름 및 값의 사전입니다. 템플릿의 태그를 참조하세요.
identity 관리 서비스 ID(시스템 할당 및/또는 사용자 할당 ID) ManagedServiceIdentity
properties 계정 속성 목록 AccountPropertiesForPutRequest

ManagedServiceIdentity

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

UserAssignedIdentities

Name Description
{사용자 지정 속성} UserAssignedIdentity

UserAssignedIdentity

이 개체에는 배포 중에 설정할 속성이 포함되어 있지 않습니다. 모든 속성은 ReadOnly입니다.

AccountPropertiesForPutRequest

Name Description
accountId 계정의 데이터 평면 ID입니다. 기존 클래식 계정을 연결할 때만 설정할 수 있습니다. string
storageServices 스토리지 서비스 세부 정보 StorageServicesForPutRequest

StorageServicesForPutRequest

Name Description
resourceId 스토리지 서비스 리소스 ID string
userAssignedIdentity 권한을 부여하는 데 사용할 사용자 할당 ID string

ARM 템플릿 리소스 정의

다음을 대상으로 하는 작업으로 계정 리소스 유형을 배포할 수 있습니다.

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

리소스 형식

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

{
  "type": "Microsoft.VideoIndexer/accounts",
  "apiVersion": "2024-01-01",
  "name": "string",
  "location": "string",
  "tags": {
    "tagName1": "tagValue1",
    "tagName2": "tagValue2"
  },
  "identity": {
    "type": "string",
    "userAssignedIdentities": {
      "{customized property}": {}
    }
  },
  "properties": {
    "accountId": "string",
    "storageServices": {
      "resourceId": "string",
      "userAssignedIdentity": "string"
    }
  }
}

속성 값

계정

Name Description
형식 리소스 종류 'Microsoft.VideoIndexer/accounts'
apiVersion 리소스 api 버전 '2024-01-01'
name 리소스 이름 string(필수)
위치 리소스가 있는 지리적 위치 string(필수)
tags 리소스 태그. 태그 이름 및 값의 사전입니다. 템플릿의 태그를 참조하세요.
identity 관리 서비스 ID(시스템 할당 및/또는 사용자 할당 ID) ManagedServiceIdentity
properties 계정 속성 목록 AccountPropertiesForPutRequest

ManagedServiceIdentity

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

UserAssignedIdentities

Name Description
{customized property} UserAssignedIdentity

UserAssignedIdentity

이 개체에는 배포 중에 설정할 속성이 포함되어 있지 않습니다. 모든 속성은 ReadOnly입니다.

AccountPropertiesForPutRequest

Name Description
accountId 계정의 데이터 평면 ID입니다. 기존 클래식 계정을 연결할 때만 설정할 수 있습니다. 문자열
storageServices 스토리지 서비스 세부 정보 StorageServicesForPutRequest

StorageServicesForPutRequest

Name Description
resourceId 스토리지 서비스 리소스 ID string
userAssignedIdentity 권한을 부여하는 데 사용할 사용자 할당 ID 문자열

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

계정 리소스 종류는 다음을 대상으로 하는 작업을 사용하여 배포할 수 있습니다.

  • 리소스 그룹

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

리소스 형식

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

resource "azapi_resource" "symbolicname" {
  type = "Microsoft.VideoIndexer/accounts@2024-01-01"
  name = "string"
  location = "string"
  parent_id = "string"
  tags = {
    tagName1 = "tagValue1"
    tagName2 = "tagValue2"
  }
  identity {
    type = "string"
    identity_ids = []
  }
  body = jsonencode({
    properties = {
      accountId = "string"
      storageServices = {
        resourceId = "string"
        userAssignedIdentity = "string"
      }
    }
  })
}

속성 값

계정

Name Description
형식 리소스 종류 "Microsoft.VideoIndexer/accounts@2024-01-01"
name 리소스 이름 string(필수)
위치 리소스가 있는 지리적 위치 string(필수)
parent_id 리소스 그룹에 배포하려면 해당 리소스 그룹의 ID를 사용합니다. string(필수)
tags 리소스 태그. 태그 이름 및 값의 사전입니다.
identity 관리 서비스 ID(시스템 할당 및/또는 사용자 할당 ID) ManagedServiceIdentity
properties 계정 속성 목록 AccountPropertiesForPutRequest

ManagedServiceIdentity

Name Description
형식 관리 서비스 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

Name Description
{사용자 지정 속성} UserAssignedIdentity

UserAssignedIdentity

이 개체에는 배포 중에 설정할 속성이 포함되어 있지 않습니다. 모든 속성은 ReadOnly입니다.

AccountPropertiesForPutRequest

Name Description
accountId 계정의 데이터 평면 ID입니다. 기존 클래식 계정을 연결할 때만 설정할 수 있습니다. string
storageServices 스토리지 서비스 세부 정보 StorageServicesForPutRequest

StorageServicesForPutRequest

Name Description
resourceId 스토리지 서비스 리소스 ID string
userAssignedIdentity 권한을 부여하는 데 사용할 사용자 할당 ID string