GetAttachedDatabaseConfigurationResult

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)

Types

Link copied to clipboard
object Companion

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
val id: String

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

Link copied to clipboard
val location: String? = null

Resource location.

Link copied to clipboard

The name of the resource

Link copied to clipboard

The provisioned state of the resource.

Link copied to clipboard

Table level sharing specifications

Link copied to clipboard

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