OBJECT

MssqlRootProperties

Description

Supported in v5.0+

link GraphQL Schema definition

  • type MssqlRootProperties {
  • # Supported in v5.0+
  • # ID of the root of this object.
  • rootId: String
  • # Required. Supported in v5.0+
  • # Name of the root of this object.
  • rootName: String!
  • # Supported in v5.3+
  • # Role of the root object for this object if the root object is a Host and part of
  • # a **_MssqlAvailabilityGroup_**.
  • rootRole: String
  • rootType: MssqlRootPropertiesRootType!
  • }