Microsoft.Kusto クラスター/attachedDatabaseConfigurations 2022-02-01
Bicep リソース定義
clusters/attachedDatabaseConfigurations リソースの種類は、次をターゲットとする操作でデプロイできます。
- リソース グループの - リソース グループのデプロイ コマンド 参照
各 API バージョンで変更されたプロパティの一覧については、変更ログの
リソースの形式
Microsoft.Kusto/clusters/attachedDatabaseConfigurations リソースを作成するには、次の Bicep をテンプレートに追加します。
resource symbolicname 'Microsoft.Kusto/clusters/attachedDatabaseConfigurations@2022-02-01' = {
parent: resourceSymbolicName
location: 'string'
name: 'string'
properties: {
clusterResourceId: 'string'
databaseName: 'string'
defaultPrincipalsModificationKind: 'string'
tableLevelSharingProperties: {
externalTablesToExclude: [
'string'
]
externalTablesToInclude: [
'string'
]
materializedViewsToExclude: [
'string'
]
materializedViewsToInclude: [
'string'
]
tablesToExclude: [
'string'
]
tablesToInclude: [
'string'
]
}
}
}
プロパティ値
AttachedDatabaseConfigurationProperties
名前 | 形容 | 価値 |
---|---|---|
clusterResourceId | アタッチするデータベースが存在するクラスターのリソース ID。 | string (必須) |
databaseName | アタッチするデータベースの名前。現在および将来のすべてのデータベースをフォローする場合は、 * を使用します。 | string (必須) |
defaultPrincipalsModificationKind | 既定のプリンシパルの変更の種類 | 'None' 'Replace' 'Union' (必須) |
tableLevelSharingProperties | テーブル レベルの共有の仕様 | TableLevelSharingProperties の |
Microsoft.Kusto/clusters/attachedDatabaseConfigurations
名前 | 形容 | 価値 |
---|---|---|
場所 | リソースの場所。 | 糸 |
名前 | リソース名 | string (必須) |
親 | Bicep では、子リソースの親リソースを指定できます。 このプロパティを追加する必要があるのは、子リソースが親リソースの外部で宣言されている場合のみです。 詳細については、「親リソースの外部 |
種類のリソースのシンボリック名: クラスター |
プロパティ | アタッチされたデータベース構成のプロパティ。 | AttachedDatabaseConfigurationProperties の |
TableLevelSharingProperties
名前 | 形容 | 価値 |
---|---|---|
externalTablesToExclude | フォロワー データベースから除外される外部テーブルの一覧 | string[] |
externalTablesToInclude | フォロワー データベースに含める外部テーブルの一覧 | string[] |
materializedViewsToExclude | フォロワー データベースから除外される具体化されたビューの一覧 | string[] |
materializedViewsToInclude | フォロワー データベースに含める具体化されたビューの一覧 | string[] |
tablesToExclude | フォロワー データベースから除外するテーブルの一覧 | string[] |
tablesToInclude | フォロワー データベースに含めるテーブルの一覧 | string[] |
ARM テンプレート リソース定義
clusters/attachedDatabaseConfigurations リソースの種類は、次をターゲットとする操作でデプロイできます。
- リソース グループの - リソース グループのデプロイ コマンド 参照
各 API バージョンで変更されたプロパティの一覧については、変更ログの
リソースの形式
Microsoft.Kusto/clusters/attachedDatabaseConfigurations リソースを作成するには、次の JSON をテンプレートに追加します。
{
"type": "Microsoft.Kusto/clusters/attachedDatabaseConfigurations",
"apiVersion": "2022-02-01",
"name": "string",
"location": "string",
"properties": {
"clusterResourceId": "string",
"databaseName": "string",
"defaultPrincipalsModificationKind": "string",
"tableLevelSharingProperties": {
"externalTablesToExclude": [ "string" ],
"externalTablesToInclude": [ "string" ],
"materializedViewsToExclude": [ "string" ],
"materializedViewsToInclude": [ "string" ],
"tablesToExclude": [ "string" ],
"tablesToInclude": [ "string" ]
}
}
}
プロパティ値
AttachedDatabaseConfigurationProperties
名前 | 形容 | 価値 |
---|---|---|
clusterResourceId | アタッチするデータベースが存在するクラスターのリソース ID。 | string (必須) |
databaseName | アタッチするデータベースの名前。現在および将来のすべてのデータベースをフォローする場合は、 * を使用します。 | string (必須) |
defaultPrincipalsModificationKind | 既定のプリンシパルの変更の種類 | 'None' 'Replace' 'Union' (必須) |
tableLevelSharingProperties | テーブル レベルの共有の仕様 | TableLevelSharingProperties の |
Microsoft.Kusto/clusters/attachedDatabaseConfigurations
名前 | 形容 | 価値 |
---|---|---|
apiVersion | API のバージョン | '2022-02-01' |
場所 | リソースの場所。 | 糸 |
名前 | リソース名 | string (必須) |
プロパティ | アタッチされたデータベース構成のプロパティ。 | AttachedDatabaseConfigurationProperties の |
種類 | リソースの種類 | 'Microsoft.Kusto/clusters/attachedDatabaseConfigurations' |
TableLevelSharingProperties
名前 | 形容 | 価値 |
---|---|---|
externalTablesToExclude | フォロワー データベースから除外される外部テーブルの一覧 | string[] |
externalTablesToInclude | フォロワー データベースに含める外部テーブルの一覧 | 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@2022-02-01"
name = "string"
location = "string"
body = jsonencode({
properties = {
clusterResourceId = "string"
databaseName = "string"
defaultPrincipalsModificationKind = "string"
tableLevelSharingProperties = {
externalTablesToExclude = [
"string"
]
externalTablesToInclude = [
"string"
]
materializedViewsToExclude = [
"string"
]
materializedViewsToInclude = [
"string"
]
tablesToExclude = [
"string"
]
tablesToInclude = [
"string"
]
}
}
})
}
プロパティ値
AttachedDatabaseConfigurationProperties
名前 | 形容 | 価値 |
---|---|---|
clusterResourceId | アタッチするデータベースが存在するクラスターのリソース ID。 | string (必須) |
databaseName | アタッチするデータベースの名前。現在および将来のすべてのデータベースをフォローする場合は、 * を使用します。 | string (必須) |
defaultPrincipalsModificationKind | 既定のプリンシパルの変更の種類 | 'None' 'Replace' 'Union' (必須) |
tableLevelSharingProperties | テーブル レベルの共有の仕様 | TableLevelSharingProperties の |
Microsoft.Kusto/clusters/attachedDatabaseConfigurations
名前 | 形容 | 価値 |
---|---|---|
場所 | リソースの場所。 | 糸 |
名前 | リソース名 | string (必須) |
parent_id | このリソースの親であるリソースの ID。 | 種類のリソースの ID: クラスター |
プロパティ | アタッチされたデータベース構成のプロパティ。 | AttachedDatabaseConfigurationProperties の |
種類 | リソースの種類 | "Microsoft.Kusto/clusters/attachedDatabaseConfigurations@2022-02-01" |
TableLevelSharingProperties
名前 | 形容 | 価値 |
---|---|---|
externalTablesToExclude | フォロワー データベースから除外される外部テーブルの一覧 | string[] |
externalTablesToInclude | フォロワー データベースに含める外部テーブルの一覧 | string[] |
materializedViewsToExclude | フォロワー データベースから除外される具体化されたビューの一覧 | string[] |
materializedViewsToInclude | フォロワー データベースに含める具体化されたビューの一覧 | string[] |
tablesToExclude | フォロワー データベースから除外するテーブルの一覧 | string[] |
tablesToInclude | フォロワー データベースに含めるテーブルの一覧 | string[] |