다음을 통해 공유


Microsoft.DocumentDB throughputPools/throughputPoolAccounts 2023-11-15-preview

Bicep 리소스 정의

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

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

리소스 형식

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

resource symbolicname 'Microsoft.DocumentDB/throughputPools/throughputPoolAccounts@2023-11-15-preview' = {
  parent: resourceSymbolicName
  name: 'string'
  properties: {
    accountLocation: 'string'
    accountResourceIdentifier: 'string'
    provisioningState: 'string'
  }
}

속성 값

Microsoft.DocumentDB/throughputPools/throughputPoolAccounts

이름 묘사
이름 리소스 이름 문자열

제약 조건:
최소 길이 = 3
최대 길이 = 50
패턴 = ^[a-z0-9]+(-[a-z0-9]+)*(필수)
부모 Bicep에서 자식 리소스에 대한 부모 리소스를 지정할 수 있습니다. 자식 리소스가 부모 리소스 외부에서 선언된 경우에만 이 속성을 추가해야 합니다.

자세한 내용은 부모 리소스외부의 자식 리소스 참조하세요.
형식 리소스의 기호 이름: throughputPools
속성 처리량의 일부인 Azure Cosmos DB 전역 데이터베이스 계정입니다. ThroughputPoolAccountProperties

ThroughputPoolAccountProperties

이름 묘사
accountLocation throughputPool의 전역 데이터베이스 계정 위치입니다. 문자열
accountResourceIdentifier throughputPool에 있는 전역 데이터베이스 계정의 리소스 식별자입니다. 문자열
provisioningState ThroughputPool 계정의 프로비저닝 상태입니다. 'Canceled'
'삭제 중'
'실패'
'초기화'
'InternallyReady'
'Online'
'성공'
'초기화되지 않음'
'업데이트 중'

ARM 템플릿 리소스 정의

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

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

리소스 형식

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

{
  "type": "Microsoft.DocumentDB/throughputPools/throughputPoolAccounts",
  "apiVersion": "2023-11-15-preview",
  "name": "string",
  "properties": {
    "accountLocation": "string",
    "accountResourceIdentifier": "string",
    "provisioningState": "string"
  }
}

속성 값

Microsoft.DocumentDB/throughputPools/throughputPoolAccounts

이름 묘사
apiVersion api 버전 '2023-11-15-preview'
이름 리소스 이름 문자열

제약 조건:
최소 길이 = 3
최대 길이 = 50
패턴 = ^[a-z0-9]+(-[a-z0-9]+)*(필수)
속성 처리량의 일부인 Azure Cosmos DB 전역 데이터베이스 계정입니다. ThroughputPoolAccountProperties
리소스 종류 'Microsoft.DocumentDB/throughputPools/throughputPoolAccounts'

ThroughputPoolAccountProperties

이름 묘사
accountLocation throughputPool의 전역 데이터베이스 계정 위치입니다. 문자열
accountResourceIdentifier throughputPool에 있는 전역 데이터베이스 계정의 리소스 식별자입니다. 문자열
provisioningState ThroughputPool 계정의 프로비저닝 상태입니다. 'Canceled'
'삭제 중'
'실패'
'초기화'
'InternallyReady'
'Online'
'성공'
'초기화되지 않음'
'업데이트 중'

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

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

  • 리소스 그룹

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

리소스 형식

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

resource "azapi_resource" "symbolicname" {
  type = "Microsoft.DocumentDB/throughputPools/throughputPoolAccounts@2023-11-15-preview"
  name = "string"
  body = jsonencode({
    properties = {
      accountLocation = "string"
      accountResourceIdentifier = "string"
      provisioningState = "string"
    }
  })
}

속성 값

Microsoft.DocumentDB/throughputPools/throughputPoolAccounts

이름 묘사
이름 리소스 이름 문자열

제약 조건:
최소 길이 = 3
최대 길이 = 50
패턴 = ^[a-z0-9]+(-[a-z0-9]+)*(필수)
parent_id 이 리소스의 부모인 리소스의 ID입니다. 형식 리소스의 ID: throughputPools
속성 처리량의 일부인 Azure Cosmos DB 전역 데이터베이스 계정입니다. ThroughputPoolAccountProperties
리소스 종류 "Microsoft.DocumentDB/throughputPools/throughputPoolAccounts@2023-11-15-preview"

ThroughputPoolAccountProperties

이름 묘사
accountLocation throughputPool의 전역 데이터베이스 계정 위치입니다. 문자열
accountResourceIdentifier throughputPool에 있는 전역 데이터베이스 계정의 리소스 식별자입니다. 문자열
provisioningState ThroughputPool 계정의 프로비저닝 상태입니다. 'Canceled'
'삭제 중'
'실패'
'초기화'
'InternallyReady'
'Online'
'성공'
'초기화되지 않음'
'업데이트 중'