Microsoft.Kusto 클러스터/attachedDatabaseConfigurations 2023-05-02
Bicep 리소스 정의
clusters/attachedDatabaseConfigurations 리소스 종류는 다음을 대상으로 하는 작업으로 배포할 수 있습니다.
- 리소스 그룹 - 리소스 그룹 배포 명령 참조
각 API 버전에서 변경된 속성 목록은 변경 로그참조하세요.
리소스 형식
Microsoft.Kusto/clusters/attachedDatabaseConfigurations 리소스를 만들려면 템플릿에 다음 Bicep을 추가합니다.
resource symbolicname 'Microsoft.Kusto/clusters/attachedDatabaseConfigurations@2023-05-02' = {
parent: resourceSymbolicName
location: 'string'
name: 'string'
properties: {
clusterResourceId: 'string'
databaseName: 'string'
databaseNameOverride: 'string'
databaseNamePrefix: 'string'
defaultPrincipalsModificationKind: 'string'
tableLevelSharingProperties: {
externalTablesToExclude: [
'string'
]
externalTablesToInclude: [
'string'
]
functionsToExclude: [
'string'
]
functionsToInclude: [
'string'
]
materializedViewsToExclude: [
'string'
]
materializedViewsToInclude: [
'string'
]
tablesToExclude: [
'string'
]
tablesToInclude: [
'string'
]
}
}
}
속성 값
AttachedDatabaseConfigurationProperties
이름 | 묘사 | 값 |
---|---|---|
clusterResourceId | 연결하려는 데이터베이스가 있는 클러스터의 리소스 ID입니다. | string(필수) |
databaseName | 연결하려는 데이터베이스의 이름입니다. 현재 및 미래의 모든 데이터베이스를 팔로우하려면 *를 사용합니다. | string(필수) |
databaseNameOverride | 원래 데이터베이스 이름을 재정의합니다. 특정 데이터베이스에 연결할 때만 관련됩니다. | 문자열 |
databaseNamePrefix | 연결된 데이터베이스 이름에 접두사를 추가합니다. 전체 클러스터를 팔로우하는 경우 해당 접두사는 리더 클러스터의 모든 데이터베이스 원래 이름에 추가됩니다. | 문자열 |
defaultPrincipalsModificationKind | 기본 보안 주체 수정 종류 | 'None' 'Replace' 'Union'(필수) |
tableLevelSharingProperties | 테이블 수준 공유 사양 | tableLevelSharingProperties |
Microsoft.Kusto/clusters/attachedDatabaseConfigurations
이름 | 묘사 | 값 |
---|---|---|
위치 | 리소스 위치입니다. | 문자열 |
이름 | 리소스 이름 | 문자열 제약 조건: 패턴 = ^.*$ (필수) |
부모 | Bicep에서 자식 리소스에 대한 부모 리소스를 지정할 수 있습니다. 자식 리소스가 부모 리소스 외부에서 선언된 경우에만 이 속성을 추가해야 합니다. 자세한 내용은 부모 리소스외부의 자식 리소스 |
형식 리소스의 기호 이름: 클러스터 |
속성 | 연결된 데이터베이스 구성의 속성입니다. | AttachedDatabaseConfigurationProperties |
TableLevelSharingProperties
이름 | 묘사 | 값 |
---|---|---|
externalTablesToExclude | 팔로워 데이터베이스에서 제외할 외부 테이블 목록 | string[] |
externalTablesToInclude | 팔로워 데이터베이스에 포함할 외부 테이블 목록 | string[] |
functionsToExclude | 팔로워 데이터베이스에서 제외할 함수 목록 | string[] |
functionsToInclude | 팔로워 데이터베이스에 포함할 함수 목록 | string[] |
materializedViewsToExclude | 팔로워 데이터베이스에서 제외할 구체화된 뷰 목록 | string[] |
materializedViewsToInclude | 팔로워 데이터베이스에 포함할 구체화된 뷰 목록 | string[] |
tablesToExclude | 팔로워 데이터베이스에서 제외할 테이블 목록 | string[] |
tablesToInclude | 팔로워 데이터베이스에 포함할 테이블 목록 | string[] |
ARM 템플릿 리소스 정의
clusters/attachedDatabaseConfigurations 리소스 종류는 다음을 대상으로 하는 작업으로 배포할 수 있습니다.
- 리소스 그룹 - 리소스 그룹 배포 명령 참조
각 API 버전에서 변경된 속성 목록은 변경 로그참조하세요.
리소스 형식
Microsoft.Kusto/clusters/attachedDatabaseConfigurations 리소스를 만들려면 템플릿에 다음 JSON을 추가합니다.
{
"type": "Microsoft.Kusto/clusters/attachedDatabaseConfigurations",
"apiVersion": "2023-05-02",
"name": "string",
"location": "string",
"properties": {
"clusterResourceId": "string",
"databaseName": "string",
"databaseNameOverride": "string",
"databaseNamePrefix": "string",
"defaultPrincipalsModificationKind": "string",
"tableLevelSharingProperties": {
"externalTablesToExclude": [ "string" ],
"externalTablesToInclude": [ "string" ],
"functionsToExclude": [ "string" ],
"functionsToInclude": [ "string" ],
"materializedViewsToExclude": [ "string" ],
"materializedViewsToInclude": [ "string" ],
"tablesToExclude": [ "string" ],
"tablesToInclude": [ "string" ]
}
}
}
속성 값
AttachedDatabaseConfigurationProperties
이름 | 묘사 | 값 |
---|---|---|
clusterResourceId | 연결하려는 데이터베이스가 있는 클러스터의 리소스 ID입니다. | string(필수) |
databaseName | 연결하려는 데이터베이스의 이름입니다. 현재 및 미래의 모든 데이터베이스를 팔로우하려면 *를 사용합니다. | string(필수) |
databaseNameOverride | 원래 데이터베이스 이름을 재정의합니다. 특정 데이터베이스에 연결할 때만 관련됩니다. | 문자열 |
databaseNamePrefix | 연결된 데이터베이스 이름에 접두사를 추가합니다. 전체 클러스터를 팔로우하는 경우 해당 접두사는 리더 클러스터의 모든 데이터베이스 원래 이름에 추가됩니다. | 문자열 |
defaultPrincipalsModificationKind | 기본 보안 주체 수정 종류 | 'None' 'Replace' 'Union'(필수) |
tableLevelSharingProperties | 테이블 수준 공유 사양 | tableLevelSharingProperties |
Microsoft.Kusto/clusters/attachedDatabaseConfigurations
이름 | 묘사 | 값 |
---|---|---|
apiVersion | api 버전 | '2023-05-02' |
위치 | 리소스 위치입니다. | 문자열 |
이름 | 리소스 이름 | 문자열 제약 조건: 패턴 = ^.*$ (필수) |
속성 | 연결된 데이터베이스 구성의 속성입니다. | AttachedDatabaseConfigurationProperties |
형 | 리소스 종류 | 'Microsoft.Kusto/clusters/attachedDatabaseConfigurations' |
TableLevelSharingProperties
이름 | 묘사 | 값 |
---|---|---|
externalTablesToExclude | 팔로워 데이터베이스에서 제외할 외부 테이블 목록 | string[] |
externalTablesToInclude | 팔로워 데이터베이스에 포함할 외부 테이블 목록 | string[] |
functionsToExclude | 팔로워 데이터베이스에서 제외할 함수 목록 | string[] |
functionsToInclude | 팔로워 데이터베이스에 포함할 함수 목록 | string[] |
materializedViewsToExclude | 팔로워 데이터베이스에서 제외할 구체화된 뷰 목록 | string[] |
materializedViewsToInclude | 팔로워 데이터베이스에 포함할 구체화된 뷰 목록 | string[] |
tablesToExclude | 팔로워 데이터베이스에서 제외할 테이블 목록 | string[] |
tablesToInclude | 팔로워 데이터베이스에 포함할 테이블 목록 | string[] |
Terraform(AzAPI 공급자) 리소스 정의
clusters/attachedDatabaseConfigurations 리소스 종류는 다음을 대상으로 하는 작업으로 배포할 수 있습니다.
- 리소스 그룹
각 API 버전에서 변경된 속성 목록은 변경 로그참조하세요.
리소스 형식
Microsoft.Kusto/clusters/attachedDatabaseConfigurations 리소스를 만들려면 템플릿에 다음 Terraform을 추가합니다.
resource "azapi_resource" "symbolicname" {
type = "Microsoft.Kusto/clusters/attachedDatabaseConfigurations@2023-05-02"
name = "string"
location = "string"
body = jsonencode({
properties = {
clusterResourceId = "string"
databaseName = "string"
databaseNameOverride = "string"
databaseNamePrefix = "string"
defaultPrincipalsModificationKind = "string"
tableLevelSharingProperties = {
externalTablesToExclude = [
"string"
]
externalTablesToInclude = [
"string"
]
functionsToExclude = [
"string"
]
functionsToInclude = [
"string"
]
materializedViewsToExclude = [
"string"
]
materializedViewsToInclude = [
"string"
]
tablesToExclude = [
"string"
]
tablesToInclude = [
"string"
]
}
}
})
}
속성 값
AttachedDatabaseConfigurationProperties
이름 | 묘사 | 값 |
---|---|---|
clusterResourceId | 연결하려는 데이터베이스가 있는 클러스터의 리소스 ID입니다. | string(필수) |
databaseName | 연결하려는 데이터베이스의 이름입니다. 현재 및 미래의 모든 데이터베이스를 팔로우하려면 *를 사용합니다. | string(필수) |
databaseNameOverride | 원래 데이터베이스 이름을 재정의합니다. 특정 데이터베이스에 연결할 때만 관련됩니다. | 문자열 |
databaseNamePrefix | 연결된 데이터베이스 이름에 접두사를 추가합니다. 전체 클러스터를 팔로우하는 경우 해당 접두사는 리더 클러스터의 모든 데이터베이스 원래 이름에 추가됩니다. | 문자열 |
defaultPrincipalsModificationKind | 기본 보안 주체 수정 종류 | 'None' 'Replace' 'Union'(필수) |
tableLevelSharingProperties | 테이블 수준 공유 사양 | tableLevelSharingProperties |
Microsoft.Kusto/clusters/attachedDatabaseConfigurations
이름 | 묘사 | 값 |
---|---|---|
위치 | 리소스 위치입니다. | 문자열 |
이름 | 리소스 이름 | 문자열 제약 조건: 패턴 = ^.*$ (필수) |
parent_id | 이 리소스의 부모인 리소스의 ID입니다. | 유형의 리소스 ID: 클러스터 |
속성 | 연결된 데이터베이스 구성의 속성입니다. | AttachedDatabaseConfigurationProperties |
형 | 리소스 종류 | "Microsoft.Kusto/clusters/attachedDatabaseConfigurations@2023-05-02" |
TableLevelSharingProperties
이름 | 묘사 | 값 |
---|---|---|
externalTablesToExclude | 팔로워 데이터베이스에서 제외할 외부 테이블 목록 | string[] |
externalTablesToInclude | 팔로워 데이터베이스에 포함할 외부 테이블 목록 | string[] |
functionsToExclude | 팔로워 데이터베이스에서 제외할 함수 목록 | string[] |
functionsToInclude | 팔로워 데이터베이스에 포함할 함수 목록 | string[] |
materializedViewsToExclude | 팔로워 데이터베이스에서 제외할 구체화된 뷰 목록 | string[] |
materializedViewsToInclude | 팔로워 데이터베이스에 포함할 구체화된 뷰 목록 | string[] |
tablesToExclude | 팔로워 데이터베이스에서 제외할 테이블 목록 | string[] |
tablesToInclude | 팔로워 데이터베이스에 포함할 테이블 목록 | string[] |