다음을 통해 공유


Microsoft.Authorization attributeNamespaces

Bicep 리소스 정의

attributeNamespaces 자원 유형은 다음을 대상으로 하는 작업으로 배포할 수 있습니다:

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

리소스 형식

Microsoft.Authorization/attributeNamespaces 리소스를 생성하려면 다음 Bicep 파일을 템플릿에 추가하세요.

resource symbolicname 'Microsoft.Authorization/attributeNamespaces@2025-12-01-preview' = {
  name: 'string'
}

속성 값

Microsoft.Authorization/attributeNamespaces

이름 Description 가치
이름 리소스 이름 string(필수)

ARM 템플릿 리소스 정의

attributeNamespaces 자원 유형은 다음을 대상으로 하는 작업으로 배포할 수 있습니다:

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

리소스 형식

Microsoft.Authorization/attributeNamespaces 리소스를 생성하려면 템플릿에 다음 JSON 파일을 추가하세요.

{
  "type": "Microsoft.Authorization/attributeNamespaces",
  "apiVersion": "2025-12-01-preview",
  "name": "string"
}

속성 값

Microsoft.Authorization/attributeNamespaces

이름 Description 가치
API버전 api 버전 '2025-12-01-미리보기'
이름 리소스 이름 string(필수)
type 리소스 종류 'Microsoft.Authorization/attributeNamespaces'

사용 예제

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

attributeNamespaces 자원 유형은 다음을 대상으로 하는 작업으로 배포할 수 있습니다:

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

리소스 형식

Microsoft.Authorization/attributeNamespaces 리소스를 생성하려면 다음 Terraform을 템플릿에 추가하세요.

resource "azapi_resource" "symbolicname" {
  type = "Microsoft.Authorization/attributeNamespaces@2025-12-01-preview"
  name = "string"
  parent_id = "string"
}

속성 값

Microsoft.Authorization/attributeNamespaces

이름 Description 가치
이름 리소스 이름 string(필수)
type 리소스 종류 "Microsoft.Authorization/attributeNamespaces@2025-12-01-preview"