AttachedDatabaseConfigurationProperties interface

Class representing the an attached database configuration properties of kind specific.

Properties

attachedDatabaseNames

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

clusterResourceId

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

databaseName

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

databaseNameOverride

Overrides the original database name. Relevant only when attaching to a specific database.

databaseNamePrefix

Adds a prefix to the attached databases name. When following an entire cluster, that prefix would be added to all of the databases original names from leader cluster.

defaultPrincipalsModificationKind

The default principals modification kind

provisioningState

The provisioned state of the resource.

tableLevelSharingProperties

Table level sharing specifications

Property Details

attachedDatabaseNames

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

attachedDatabaseNames?: string[]

Property Value

string[]

clusterResourceId

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

clusterResourceId: 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

databaseNameOverride

Overrides the original database name. Relevant only when attaching to a specific database.

databaseNameOverride?: string

Property Value

string

databaseNamePrefix

Adds a prefix to the attached databases name. When following an entire cluster, that prefix would be added to all of the databases original names from leader cluster.

databaseNamePrefix?: string

Property Value

string

defaultPrincipalsModificationKind

The default principals modification kind

defaultPrincipalsModificationKind: string

Property Value

string

provisioningState

The provisioned state of the resource.

provisioningState?: string

Property Value

string

tableLevelSharingProperties

Table level sharing specifications

tableLevelSharingProperties?: TableLevelSharingProperties

Property Value