AttachedDatabaseConfiguration Class

Class representing an attached database configuration.

Variables are only populated by the server, and will be ignored when sending a request.

Inheritance
azure.mgmt.kusto.models._models_py3.ProxyResource
AttachedDatabaseConfiguration

Constructor

AttachedDatabaseConfiguration(*, location: Optional[str] = None, database_name: Optional[str] = None, cluster_resource_id: Optional[str] = None, default_principals_modification_kind: Optional[Union[str, azure.mgmt.kusto.models._kusto_management_client_enums.DefaultPrincipalsModificationKind]] = None, table_level_sharing_properties: Optional[azure.mgmt.kusto.models._models_py3.TableLevelSharingProperties] = None, **kwargs)

Variables

id
str

Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}.

name
str

The name of the resource.

type
str

The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts".

location
str

Resource location.

provisioning_state
str or <xref:kusto_management_client.models.ProvisioningState>

The provisioned state of the resource. Possible values include: "Running", "Creating", "Deleting", "Succeeded", "Failed", "Moving".

database_name
str

The name of the database which you would like to attach, use * if you want to follow all current and future databases.

cluster_resource_id
str

The resource id of the cluster where the databases you would like to attach reside.

attached_database_names
list[str]

The list of databases from the clusterResourceId which are currently attached to the cluster.

default_principals_modification_kind
str or <xref:kusto_management_client.models.DefaultPrincipalsModificationKind>

The default principals modification kind. Possible values include: "Union", "Replace", "None".

table_level_sharing_properties
<xref:kusto_management_client.models.TableLevelSharingProperties>

Table level sharing specifications.