INPUT_OBJECT

MssqlHostUpdateIdInput

Description

Input for updating Microsoft SQL Server hosts in bulk.

link GraphQL Schema definition

  • input MssqlHostUpdateIdInput {
  • # Required. Supported in v9.0+
  • # ID of the MSSQL host.
  • hostId: String!
  • # Required. Supported in v9.0+
  • updateProperties: MssqlHostUpdateInput!
  • }