azureSqlDatabase
Retrieves an Azure SQL Database. Refers to the fully managed SQL database built for the cloud. For more information, see https://azure.microsoft.com/en-us/products/azure-sql/database/.
Arguments
| Argument | Type | Description |
|---|---|---|
| azureSqlDatabaseRubrikId (required) | UUID! | Rubrik ID of the Azure SQL Database. |
| includeSecurityMetadata | Boolean | Filter to include the security metadata. |
Returns
Sample
query AzureSqlDatabase($azureSqlDatabaseRubrikId: UUID!) {
azureSqlDatabase(azureSqlDatabaseRubrikId: $azureSqlDatabaseRubrikId) {
authorizedOperations
backupSetupStatus
backupStorageRedundancy
databaseName
elasticPoolName
exocomputeConfigured
id
isEligibleForPersistentBackups
isRelic
maximumSizeInBytes
name
numWorkloadDescendants
objectType
onDemandSnapshotCount
region
rscPendingObjectPauseAssignment
serviceObjectiveName
serviceTier
slaAssignment
slaPauseStatus
}
}
{
"data": {
"azureSqlDatabase": {
"authorizedOperations": [
"DELETE_SNAPSHOT"
],
"backupSetupStatus": "CDC_DISABLED",
"backupStorageRedundancy": "GRS",
"databaseName": "example-string",
"elasticPoolName": "example-string",
"exocomputeConfigured": true,
"allOrgs": [
{
"allUrls": [
"example-string"
],
"allowedClusters": [
"example-string"
],
"authDomainConfig": "ALLOW_AUTH_DOMAIN_CONTROL",
"crossAccountCapabilities": [
"CROSS_ACCOUNT_CAPABILITY_UNSPECIFIED"
],
"description": "example-string",
"fullName": "example-string"
}
],
"allTags": [
{
"description": "example-string",
"id": "example-string",
"isArchived": true,
"key": "example-string",
"lastModified": "example-string",
"name": "example-string"
}
]
}
}
}