INPUT_OBJECT

AzureSqlManagedInstanceDbConfigInput

Description

Input to configure the SLA Domain for Azure SQL Managed Instance DB.

link GraphQL Schema definition

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