이 문서의 내용
Bicep 리소스 정의
databaseAccounts/sqlDatabases/containers/storedProcedures 리소스 종류는 다음을 대상으로 하는 작업과 함께 배포할 수 있습니다.
각 API 버전에서 변경된 속성 목록은 변경 로그 참조하세요.
Microsoft.DocumentDB/databaseAccounts/sqlDatabases/containers/storedProcedures 리소스를 만들려면 템플릿에 다음 Bicep을 추가합니다.
resource symbolicname 'Microsoft.DocumentDB/databaseAccounts/sqlDatabases/containers/storedProcedures@2024-12-01-preview' = {
parent: resourceSymbolicName
identity: {
type: 'string'
userAssignedIdentities: {
{customized property}: {}
}
}
location: 'string'
name: 'string'
properties: {
options: {
autoscaleSettings: {
maxThroughput: int
}
throughput: int
}
resource: {
body: 'string'
id: 'string'
}
}
tags: {
{customized property}: 'string'
}
}
속성 값
AutoscaleSettings
이름
묘사
값
maxThroughput
최대 처리량을 나타내며 리소스를 확장할 수 있습니다.
int
Components1Jq1T4ISchemasManagedserviceidentityPropertiesUserassignedidentitiesAdditionalproperties
CreateUpdateOptions
이름
묘사
값
autoscaleSettings
자동 크기 조정 설정을 지정합니다. 참고: 처리량 또는 autoscaleSettings가 필요하지만 둘 다 필요하지는 않습니다.
AutoscaleSettings
처리량
초당 요청 단위입니다. 예를 들어 "처리량": 10000입니다.
int
ManagedServiceIdentity
이름
묘사
값
형
리소스에 사용되는 ID의 형식입니다. 'SystemAssigned,UserAssigned' 형식에는 암시적으로 생성된 ID와 사용자 할당 ID 집합이 모두 포함됩니다. 'None' 형식은 서비스에서 모든 ID를 제거합니다.
'None' 'SystemAssigned' 'SystemAssigned,UserAssigned' 'UserAssigned'
userAssignedIdentities
리소스와 연결된 사용자 ID 목록입니다. 사용자 ID 사전 키 참조는 '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}' 형식의 ARM 리소스 ID입니다.
ManagedServiceIdentityUserAssignedIdentities
ManagedServiceIdentityUserAssignedIdentities
SqlStoredProcedureCreateUpdatePropertiesOrSqlStoredProcedureGetProperties
SqlStoredProcedureResourceOrSqlStoredProcedureGetPropertiesResource
이름
묘사
값
몸
저장 프로시저 본문
문자열
아이디
Cosmos DB SQL storedProcedure의 이름
string(필수)
빠른 시작 샘플
다음 빠른 시작 샘플은 이 리소스 유형을 배포합니다.
ARM 템플릿 리소스 정의
databaseAccounts/sqlDatabases/containers/storedProcedures 리소스 종류는 다음을 대상으로 하는 작업과 함께 배포할 수 있습니다.
각 API 버전에서 변경된 속성 목록은 변경 로그 참조하세요.
Microsoft.DocumentDB/databaseAccounts/sqlDatabases/containers/storedProcedures 리소스를 만들려면 템플릿에 다음 JSON을 추가합니다.
{
"type": "Microsoft.DocumentDB/databaseAccounts/sqlDatabases/containers/storedProcedures",
"apiVersion": "2024-12-01-preview",
"name": "string",
"identity": {
"type": "string",
"userAssignedIdentities": {
"{customized property}": {
}
}
},
"location": "string",
"properties": {
"options": {
"autoscaleSettings": {
"maxThroughput": "int"
},
"throughput": "int"
},
"resource": {
"body": "string",
"id": "string"
}
},
"tags": {
"{customized property}": "string"
}
}
속성 값
AutoscaleSettings
이름
묘사
값
maxThroughput
최대 처리량을 나타내며 리소스를 확장할 수 있습니다.
int
Components1Jq1T4ISchemasManagedserviceidentityPropertiesUserassignedidentitiesAdditionalproperties
CreateUpdateOptions
이름
묘사
값
autoscaleSettings
자동 크기 조정 설정을 지정합니다. 참고: 처리량 또는 autoscaleSettings가 필요하지만 둘 다 필요하지는 않습니다.
AutoscaleSettings
처리량
초당 요청 단위입니다. 예를 들어 "처리량": 10000입니다.
int
ManagedServiceIdentity
이름
묘사
값
형
리소스에 사용되는 ID의 형식입니다. 'SystemAssigned,UserAssigned' 형식에는 암시적으로 생성된 ID와 사용자 할당 ID 집합이 모두 포함됩니다. 'None' 형식은 서비스에서 모든 ID를 제거합니다.
'None' 'SystemAssigned' 'SystemAssigned,UserAssigned' 'UserAssigned'
userAssignedIdentities
리소스와 연결된 사용자 ID 목록입니다. 사용자 ID 사전 키 참조는 '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}' 형식의 ARM 리소스 ID입니다.
ManagedServiceIdentityUserAssignedIdentities
ManagedServiceIdentityUserAssignedIdentities
이름
묘사
값
apiVersion
api 버전
'2024-12-01-preview'
신원
리소스의 ID입니다.
ManagedServiceIdentity
위치
리소스가 속한 리소스 그룹의 위치입니다.
문자열
이름
리소스 이름
string(필수)
속성
Azure Cosmos DB storedProcedure를 만들고 업데이트하는 속성입니다.
SqlStoredProcedureCreateUpdatePropertiesOrSqlStoredProcedureGetProperties (필수)
태그
리소스 태그
태그 이름 및 값의 사전입니다. 템플릿 태그를 참조하세요.
형
리소스 종류
'Microsoft.DocumentDB/databaseAccounts/sqlDatabases/containers/storedProcedures'
SqlStoredProcedureCreateUpdatePropertiesOrSqlStoredProcedureGetProperties
SqlStoredProcedureResourceOrSqlStoredProcedureGetPropertiesResource
이름
묘사
값
몸
저장 프로시저 본문
문자열
아이디
Cosmos DB SQL storedProcedure의 이름
string(필수)
빠른 시작 템플릿
다음 빠른 시작 템플릿은 이 리소스 유형을 배포합니다.
databaseAccounts/sqlDatabases/containers/storedProcedures 리소스 종류는 다음을 대상으로 하는 작업과 함께 배포할 수 있습니다.
각 API 버전에서 변경된 속성 목록은 변경 로그 참조하세요.
Microsoft.DocumentDB/databaseAccounts/sqlDatabases/containers/storedProcedures 리소스를 만들려면 템플릿에 다음 Terraform을 추가합니다.
resource "azapi_resource" "symbolicname" {
type = "Microsoft.DocumentDB/databaseAccounts/sqlDatabases/containers/storedProcedures@2024-12-01-preview"
name = "string"
identity = {
type = "string"
userAssignedIdentities = {
{customized property} = {
}
}
}
location = "string"
tags = {
{customized property} = "string"
}
body = jsonencode({
properties = {
options = {
autoscaleSettings = {
maxThroughput = int
}
throughput = int
}
resource = {
body = "string"
id = "string"
}
}
})
}
속성 값
AutoscaleSettings
이름
묘사
값
maxThroughput
최대 처리량을 나타내며 리소스를 확장할 수 있습니다.
int
Components1Jq1T4ISchemasManagedserviceidentityPropertiesUserassignedidentitiesAdditionalproperties
CreateUpdateOptions
이름
묘사
값
autoscaleSettings
자동 크기 조정 설정을 지정합니다. 참고: 처리량 또는 autoscaleSettings가 필요하지만 둘 다 필요하지는 않습니다.
AutoscaleSettings
처리량
초당 요청 단위입니다. 예를 들어 "처리량": 10000입니다.
int
ManagedServiceIdentity
이름
묘사
값
형
리소스에 사용되는 ID의 형식입니다. 'SystemAssigned,UserAssigned' 형식에는 암시적으로 생성된 ID와 사용자 할당 ID 집합이 모두 포함됩니다. 'None' 형식은 서비스에서 모든 ID를 제거합니다.
'None' 'SystemAssigned' 'SystemAssigned,UserAssigned' 'UserAssigned'
userAssignedIdentities
리소스와 연결된 사용자 ID 목록입니다. 사용자 ID 사전 키 참조는 '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}' 형식의 ARM 리소스 ID입니다.
ManagedServiceIdentityUserAssignedIdentities
ManagedServiceIdentityUserAssignedIdentities
SqlStoredProcedureCreateUpdatePropertiesOrSqlStoredProcedureGetProperties
SqlStoredProcedureResourceOrSqlStoredProcedureGetPropertiesResource
이름
묘사
값
몸
저장 프로시저 본문
문자열
아이디
Cosmos DB SQL storedProcedure의 이름
string(필수)