Microsoft.Kusto clusters/attachedDatabaseConfigurations template reference
Template format
To create a Microsoft.Kusto/clusters/attachedDatabaseConfigurations resource, add the following JSON to the resources section of your template.
{
"name": "string",
"type": "Microsoft.Kusto/clusters/attachedDatabaseConfigurations",
"apiVersion": "2020-06-14",
"location": "string",
"properties": {
"databaseName": "string",
"clusterResourceId": "string",
"defaultPrincipalsModificationKind": "string"
}
}
Property values
The following tables describe the values you need to set in the schema.
Microsoft.Kusto/clusters/attachedDatabaseConfigurations object
Name | Type | Required | Value |
---|---|---|---|
name | string | Yes | The name of the attached database configuration. |
type | enum | Yes | attachedDatabaseConfigurations -or- Microsoft.Kusto/clusters/attachedDatabaseConfigurations See Set name and type for child resources. |
apiVersion | enum | Yes | 2020-06-14 |
location | string | No | Resource location. |
properties | object | Yes | The properties of the attached database configuration. - AttachedDatabaseConfigurationProperties object |
AttachedDatabaseConfigurationProperties object
Name | Type | Required | Value |
---|---|---|---|
databaseName | string | Yes | The name of the database which you would like to attach, use * if you want to follow all current and future databases. |
clusterResourceId | string | Yes | The resource id of the cluster where the databases you would like to attach reside. |
defaultPrincipalsModificationKind | enum | Yes | The default principals modification kind. - Union, Replace, None |