OBJECT
Validate Azure SQL Database name for export.
type ValidateAzureNativeSqlDatabaseDbNameForExportReply {# Refers to the reason for the database name being invalid.error: String! # Specifies whether the database name is valid or not.isValid: Boolean! }