AttachedDatabaseConfiguration interface
Class representing an attached database configuration.
- Extends
Properties
attached |
The list of databases from the clusterResourceId which are currently attached to the kusto pool. NOTE: This property will not be serialized. It can only be populated by the server. |
database |
The name of the database which you would like to attach, use * if you want to follow all current and future databases. |
default |
The default principals modification kind |
kusto |
The resource id of the kusto pool where the databases you would like to attach reside. |
location | Resource location. |
provisioning |
The provisioned state of the resource. NOTE: This property will not be serialized. It can only be populated by the server. |
system |
Azure Resource Manager metadata containing createdBy and modifiedBy information. NOTE: This property will not be serialized. It can only be populated by the server. |
table |
Table level sharing specifications |
Inherited Properties
id | Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName} NOTE: This property will not be serialized. It can only be populated by the server. |
name | The name of the resource NOTE: This property will not be serialized. It can only be populated by the server. |
type | The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts" NOTE: This property will not be serialized. It can only be populated by the server. |
Property Details
attachedDatabaseNames
The list of databases from the clusterResourceId which are currently attached to the kusto pool. NOTE: This property will not be serialized. It can only be populated by the server.
attachedDatabaseNames?: string[]
Property Value
string[]
databaseName
The name of the database which you would like to attach, use * if you want to follow all current and future databases.
databaseName?: string
Property Value
string
defaultPrincipalsModificationKind
The default principals modification kind
defaultPrincipalsModificationKind?: string
Property Value
string
kustoPoolResourceId
The resource id of the kusto pool where the databases you would like to attach reside.
kustoPoolResourceId?: string
Property Value
string
location
Resource location.
location?: string
Property Value
string
provisioningState
The provisioned state of the resource. NOTE: This property will not be serialized. It can only be populated by the server.
provisioningState?: string
Property Value
string
systemData
Azure Resource Manager metadata containing createdBy and modifiedBy information. NOTE: This property will not be serialized. It can only be populated by the server.
systemData?: SystemData
Property Value
tableLevelSharingProperties
Table level sharing specifications
tableLevelSharingProperties?: TableLevelSharingProperties
Property Value
Inherited Property Details
id
Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName} NOTE: This property will not be serialized. It can only be populated by the server.
id?: string
Property Value
string
Inherited From ProxyResource.id
name
The name of the resource NOTE: This property will not be serialized. It can only be populated by the server.
name?: string
Property Value
string
Inherited From ProxyResource.name
type
The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts" NOTE: This property will not be serialized. It can only be populated by the server.
type?: string
Property Value
string
Inherited From ProxyResource.type
Azure SDK for JavaScript