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