Get Attached Database Configuration Result
data class GetAttachedDatabaseConfigurationResult(val attachedDatabaseNames: List<String>, val clusterResourceId: String, val databaseName: String, val databaseNameOverride: String? = null, val databaseNamePrefix: String? = null, val defaultPrincipalsModificationKind: String, val id: String, val location: String? = null, val name: String, val provisioningState: String, val tableLevelSharingProperties: TableLevelSharingPropertiesResponse? = null, val type: String)
Class representing an attached database configuration.
Constructors
Link copied to clipboard
constructor(attachedDatabaseNames: List<String>, clusterResourceId: String, databaseName: String, databaseNameOverride: String? = null, databaseNamePrefix: String? = null, defaultPrincipalsModificationKind: String, id: String, location: String? = null, name: String, provisioningState: String, tableLevelSharingProperties: TableLevelSharingPropertiesResponse? = null, type: String)
Properties
Link copied to clipboard
The list of databases from the clusterResourceId which are currently attached to the cluster.
Link copied to clipboard
The resource id of the cluster where the databases you would like to attach reside.
Link copied to clipboard
The name of the database which you would like to attach, use * if you want to follow all current and future databases.
Link copied to clipboard
Overrides the original database name. Relevant only when attaching to a specific database.
Link copied to clipboard
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.
Link copied to clipboard
The default principals modification kind
Link copied to clipboard
The provisioned state of the resource.
Link copied to clipboard
Table level sharing specifications