INPUT_OBJECT

MssqlWindowsClusterUpdateIdInput

Description

Input for updating Microsoft SQL Server Windows Clusters in bulk.

link GraphQL Schema definition

  • input MssqlWindowsClusterUpdateIdInput {
  • # Required. Supported in v9.0+
  • updateProperties: MssqlWindowsClusterUpdateInput!
  • # Required. Supported in v9.0+
  • # ID of the Windows Cluster.
  • windowsClusterId: String!
  • }