OBJECT

ValidateAzureNativeSqlManagedInstanceDbNameForExportReply

Description

Validate Azure SQL Mananged Instance Database name for export.

link GraphQL Schema definition

  • 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!
  • }

link Require by