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