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.
- : MssqlBackupJobConfigInput!
- # Required. ID of the Microsoft SQL database.
- : String!
- # Required. User note to associate with audits.
- : String
- }