Microsoft.DocumentDB databaseAccounts/privateEndpointConnections
- 최신
- 2024-05-15
- 2024-05-15-preview
- 2024-02-15-preview
- 2023-11-15
- 2023-11-15-preview
- 2023-09-15
- 2023-09-15-preview
- 2023-04-15
- 2023-03-15
- 2023-03-15-preview
- 2023-03-01-preview
- 2022-11-15
- 2022-11-15-preview
- 2022-08-15
- 2022-08-15-preview
- 2022-05-15
- 2022-05-15-preview
- 2022-02-15-preview
- 2021-11-15-preview
- 2021-10-15
- 2021-10-15-preview
- 2021-07-01-preview
- 2021-06-15
- 2021-05-15
- 2021-04-15
- 2021-04-01-preview
- 2021-03-15
- 2021-03-01-preview
- 2021-01-15
- 2019-08-01-preview
Bicep 리소스 정의
databaseAccounts/privateEndpointConnections 리소스 종류는 다음을 대상으로 하는 작업과 함께 배포할 수 있습니다.
- 리소스 그룹 - 리소스 그룹 배포 명령을 참조하세요.
각 API 버전에서 변경된 속성 목록은 변경 로그를 참조하세요.
리소스 형식
Microsoft.DocumentDB/databaseAccounts/privateEndpointConnections 리소스를 만들려면 템플릿에 다음 Bicep을 추가합니다.
resource symbolicname 'Microsoft.DocumentDB/databaseAccounts/privateEndpointConnections@2024-05-15' = {
name: 'string'
parent: resourceSymbolicName
properties: {
groupId: 'string'
privateEndpoint: {
id: 'string'
}
privateLinkServiceConnectionState: {
description: 'string'
status: 'string'
}
provisioningState: 'string'
}
}
속성 값
databaseAccounts/privateEndpointConnections
Name | Description | 값 |
---|---|---|
name | 리소스 이름 Bicep에서 자식 리소스의 이름과 형식을 설정하는 방법을 참조하세요. |
string(필수) |
부모(parent) | Bicep에서 자식 리소스에 대한 부모 리소스를 지정할 수 있습니다. 자식 리소스가 부모 리소스 외부에서 선언된 경우에만 이 속성을 추가하면 됩니다. 자세한 내용은 부모 리소스 외부의 자식 리소스를 참조하세요. |
형식의 리소스에 대한 기호화된 이름: databaseAccounts |
properties | 리소스 속성. | PrivateEndpointConnectionProperties |
PrivateEndpointConnectionProperties
Name | Description | 값 |
---|---|---|
groupId | 프라이빗 엔드포인트의 그룹 ID입니다. | 문자열 |
privateEndpoint | 연결이 속한 프라이빗 엔드포인트입니다. | PrivateEndpointProperty |
privateLinkServiceConnectionState | 프라이빗 엔드포인트 연결의 연결 상태입니다. | PrivateLinkServiceConnectionStateProperty |
provisioningState | 프라이빗 엔드포인트의 프로비전 상태입니다. | string |
PrivateEndpointProperty
Name | Description | 값 |
---|---|---|
id | 프라이빗 엔드포인트의 리소스 ID입니다. | string |
PrivateLinkServiceConnectionStateProperty
Name | Description | 값 |
---|---|---|
description | 프라이빗 링크 서비스 연결 설명입니다. | string |
상태 | 프라이빗 링크 서비스 연결 상태입니다. | 문자열 |
ARM 템플릿 리소스 정의
databaseAccounts/privateEndpointConnections 리소스 종류는 다음을 대상으로 하는 작업과 함께 배포할 수 있습니다.
- 리소스 그룹 - 리소스 그룹 배포 명령을 참조하세요.
각 API 버전에서 변경된 속성 목록은 변경 로그를 참조하세요.
리소스 형식
Microsoft.DocumentDB/databaseAccounts/privateEndpointConnections 리소스를 만들려면 템플릿에 다음 JSON을 추가합니다.
{
"type": "Microsoft.DocumentDB/databaseAccounts/privateEndpointConnections",
"apiVersion": "2024-05-15",
"name": "string",
"properties": {
"groupId": "string",
"privateEndpoint": {
"id": "string"
},
"privateLinkServiceConnectionState": {
"description": "string",
"status": "string"
},
"provisioningState": "string"
}
}
속성 값
databaseAccounts/privateEndpointConnections
Name | Description | 값 |
---|---|---|
형식 | 리소스 종류 | 'Microsoft.DocumentDB/databaseAccounts/privateEndpointConnections' |
apiVersion | 리소스 api 버전 | '2024-05-15' |
name | 리소스 이름 JSON ARM 템플릿에서 자식 리소스의 이름 및 형식을 설정하는 방법을 참조하세요. |
string(필수) |
properties | 리소스 속성. | PrivateEndpointConnectionProperties |
PrivateEndpointConnectionProperties
Name | Description | 값 |
---|---|---|
groupId | 프라이빗 엔드포인트의 그룹 ID입니다. | string |
privateEndpoint | 연결이 속한 프라이빗 엔드포인트입니다. | PrivateEndpointProperty |
privateLinkServiceConnectionState | 프라이빗 엔드포인트 연결의 연결 상태입니다. | PrivateLinkServiceConnectionStateProperty |
provisioningState | 프라이빗 엔드포인트의 프로비전 상태입니다. | 문자열 |
PrivateEndpointProperty
Name | Description | 값 |
---|---|---|
id | 프라이빗 엔드포인트의 리소스 ID입니다. | 문자열 |
PrivateLinkServiceConnectionStateProperty
Name | Description | 값 |
---|---|---|
description | 프라이빗 링크 서비스 연결 설명입니다. | string |
상태 | 프라이빗 링크 서비스 연결 상태입니다. | string |
Terraform(AzAPI 공급자) 리소스 정의
databaseAccounts/privateEndpointConnections 리소스 종류는 다음을 대상으로 하는 작업과 함께 배포할 수 있습니다.
- 리소스 그룹
각 API 버전에서 변경된 속성 목록은 변경 로그를 참조하세요.
리소스 형식
Microsoft.DocumentDB/databaseAccounts/privateEndpointConnections 리소스를 만들려면 템플릿에 다음 Terraform을 추가합니다.
resource "azapi_resource" "symbolicname" {
type = "Microsoft.DocumentDB/databaseAccounts/privateEndpointConnections@2024-05-15"
name = "string"
parent_id = "string"
body = jsonencode({
properties = {
groupId = "string"
privateEndpoint = {
id = "string"
}
privateLinkServiceConnectionState = {
description = "string"
status = "string"
}
provisioningState = "string"
}
})
}
속성 값
databaseAccounts/privateEndpointConnections
Name | Description | 값 |
---|---|---|
형식 | 리소스 종류 | "Microsoft.DocumentDB/databaseAccounts/privateEndpointConnections@2024-05-15" |
name | 리소스 이름 | string(필수) |
parent_id | 이 리소스의 부모인 리소스의 ID입니다. | 형식의 리소스에 대한 ID: databaseAccounts |
properties | 리소스 속성. | PrivateEndpointConnectionProperties |
PrivateEndpointConnectionProperties
Name | Description | 값 |
---|---|---|
groupId | 프라이빗 엔드포인트의 그룹 ID입니다. | string |
privateEndpoint | 연결이 속한 프라이빗 엔드포인트입니다. | PrivateEndpointProperty |
privateLinkServiceConnectionState | 프라이빗 엔드포인트 연결의 연결 상태입니다. | PrivateLinkServiceConnectionStateProperty |
provisioningState | 프라이빗 엔드포인트의 프로비전 상태입니다. | 문자열 |
PrivateEndpointProperty
Name | Description | 값 |
---|---|---|
id | 프라이빗 엔드포인트의 리소스 ID입니다. | 문자열 |
PrivateLinkServiceConnectionStateProperty
Name | Description | 값 |
---|---|---|
description | 프라이빗 링크 서비스 연결 설명입니다. | 문자열 |
상태 | 프라이빗 링크 서비스 연결 상태입니다. | string |