INPUT_OBJECT

CreateOnDemandMssqlBackupInput

Description

Input for creating an on-demand SQL Server backup.

link GraphQL Schema definition

  • input CreateOnDemandMssqlBackupInput {
  • # Required. Configuration for the on-demand backup.
  • config: MssqlBackupJobConfigInput!
  • # Required. ID of the Microsoft SQL database.
  • id: String!
  • # Required. User note to associate with audits.
  • userNote: String
  • }

link Require by