INPUT_OBJECT

AzureSqlDatabaseDbConfigInput

Description

Input to configure the SLA Domain for Azure SQL Database DB.

link GraphQL Schema definition

  • input AzureSqlDatabaseDbConfigInput {
  • # Specifies the number of days for which the Azure SQL Database DB logs will be
  • # retained. Number of days can range from 1 to 35.
  • logRetentionInDays: Int
  • }