Microsoft.EventHub 네임스페이스/privateEndpointConnections 2021-11-01
Bicep 리소스 정의
네임스페이스/privateEndpointConnections 리소스 종류는 다음을 대상으로 하는 작업으로 배포할 수 있습니다.
- 리소스 그룹 - 리소스 그룹 배포 명령 참조
각 API 버전에서 변경된 속성 목록은 변경 로그를 참조하세요.
리소스 형식
Microsoft.EventHub/namespaces/privateEndpointConnections 리소스를 만들려면 템플릿에 다음 Bicep을 추가합니다.
resource symbolicname 'Microsoft.EventHub/namespaces/privateEndpointConnections@2021-11-01' = {
name: 'string'
parent: resourceSymbolicName
properties: {
privateEndpoint: {
id: 'string'
}
privateLinkServiceConnectionState: {
description: 'string'
status: 'string'
}
provisioningState: 'string'
}
}
속성 값
namespaces/privateEndpointConnections
Name | Description | 값 |
---|---|---|
name | 리소스 이름 Bicep에서 자식 리소스의 이름과 형식을 설정하는 방법을 참조하세요. |
string(필수) |
부모(parent) | Bicep에서 자식 리소스에 대한 부모 리소스를 지정할 수 있습니다. 자식 리소스가 부모 리소스 외부에서 선언된 경우에만 이 속성을 추가하면 됩니다. 자세한 내용은 부모 리소스 외부의 자식 리소스를 참조하세요. |
형식의 리소스에 대한 기호 이름: 네임스페이스 |
properties | PrivateEndpointConnection의 속성입니다. | PrivateEndpointConnectionProperties |
PrivateEndpointConnectionProperties
Name | Description | 값 |
---|---|---|
privateEndpoint | 이 연결에 대한 프라이빗 엔드포인트 리소스입니다. | PrivateEndpoint |
privateLinkServiceConnectionState | 연결 상태에 대한 세부 정보입니다. | ConnectionState |
provisioningState | 프라이빗 엔드포인트 연결의 프로비전 상태입니다. | '취소됨' '만들기' '삭제 중' '실패' '성공' '업데이트 중' |
PrivateEndpoint
Name | Description | 값 |
---|---|---|
id | 프라이빗 엔드포인트에 대한 ARM 식별자입니다. | string |
ConnectionState
Name | Description | 값 |
---|---|---|
description | 연결 상태에 대한 설명입니다. | string |
상태 | 연결의 상태입니다. | '승인됨' '연결 끊김' '보류 중' 'Rejected' |
ARM 템플릿 리소스 정의
네임스페이스/privateEndpointConnections 리소스 종류는 다음을 대상으로 하는 작업으로 배포할 수 있습니다.
- 리소스 그룹 - 리소스 그룹 배포 명령 참조
각 API 버전에서 변경된 속성 목록은 변경 로그를 참조하세요.
리소스 형식
Microsoft.EventHub/namespaces/privateEndpointConnections 리소스를 만들려면 템플릿에 다음 JSON을 추가합니다.
{
"type": "Microsoft.EventHub/namespaces/privateEndpointConnections",
"apiVersion": "2021-11-01",
"name": "string",
"properties": {
"privateEndpoint": {
"id": "string"
},
"privateLinkServiceConnectionState": {
"description": "string",
"status": "string"
},
"provisioningState": "string"
}
}
속성 값
namespaces/privateEndpointConnections
Name | Description | 값 |
---|---|---|
형식 | 리소스 종류 | 'Microsoft.EventHub/namespaces/privateEndpointConnections' |
apiVersion | 리소스 api 버전 | '2021-11-01' |
name | 리소스 이름 JSON ARM 템플릿에서 자식 리소스의 이름 및 형식을 설정하는 방법을 참조하세요. |
string(필수) |
properties | PrivateEndpointConnection의 속성입니다. | PrivateEndpointConnectionProperties |
PrivateEndpointConnectionProperties
Name | Description | 값 |
---|---|---|
privateEndpoint | 이 연결에 대한 프라이빗 엔드포인트 리소스입니다. | PrivateEndpoint |
privateLinkServiceConnectionState | 연결 상태에 대한 세부 정보입니다. | ConnectionState |
provisioningState | 프라이빗 엔드포인트 연결의 프로비전 상태입니다. | 'Canceled' '만들기' '삭제 중' '실패' '성공' '업데이트 중' |
PrivateEndpoint
Name | Description | 값 |
---|---|---|
id | 프라이빗 엔드포인트에 대한 ARM 식별자입니다. | string |
ConnectionState
Name | Description | 값 |
---|---|---|
description | 연결 상태에 대한 설명입니다. | string |
상태 | 연결의 상태입니다. | '승인됨' '연결 끊김' '보류 중' 'Rejected' |
Terraform(AzAPI 공급자) 리소스 정의
네임스페이스/privateEndpointConnections 리소스 종류는 다음을 대상으로 하는 작업과 함께 배포할 수 있습니다.
- 리소스 그룹
각 API 버전에서 변경된 속성 목록은 변경 로그를 참조하세요.
리소스 형식
Microsoft.EventHub/namespaces/privateEndpointConnections 리소스를 만들려면 템플릿에 다음 Terraform을 추가합니다.
resource "azapi_resource" "symbolicname" {
type = "Microsoft.EventHub/namespaces/privateEndpointConnections@2021-11-01"
name = "string"
parent_id = "string"
body = jsonencode({
properties = {
privateEndpoint = {
id = "string"
}
privateLinkServiceConnectionState = {
description = "string"
status = "string"
}
provisioningState = "string"
}
})
}
속성 값
namespaces/privateEndpointConnections
Name | Description | 값 |
---|---|---|
형식 | 리소스 종류 | "Microsoft.EventHub/namespaces/privateEndpointConnections@2021-11-01" |
name | 리소스 이름 | string(필수) |
parent_id | 이 리소스의 부모인 리소스의 ID입니다. | 형식의 리소스에 대한 ID: 네임스페이스 |
properties | PrivateEndpointConnection의 속성입니다. | PrivateEndpointConnectionProperties |
PrivateEndpointConnectionProperties
Name | Description | 값 |
---|---|---|
privateEndpoint | 이 연결에 대한 프라이빗 엔드포인트 리소스입니다. | PrivateEndpoint |
privateLinkServiceConnectionState | 연결 상태에 대한 세부 정보입니다. | ConnectionState |
provisioningState | 프라이빗 엔드포인트 연결의 프로비전 상태입니다. | "취소됨" "만들기" "삭제 중" "실패" "성공" "업데이트 중" |
PrivateEndpoint
Name | Description | 값 |
---|---|---|
id | 프라이빗 엔드포인트에 대한 ARM 식별자입니다. | string |
ConnectionState
Name | Description | 값 |
---|---|---|
description | 연결 상태에 대한 설명입니다. | string |
상태 | 연결의 상태입니다. | "승인됨" "연결 끊김" "보류 중" "거부됨" |