INPUT_OBJECT
MssqlAvailabilityGroupUpdateInput
Description
Supported in v5.0+
link GraphQL Schema definition
- input MssqlAvailabilityGroupUpdateInput {
 - #   ID of the SLA Domain assigned to the Microsoft SQL Server Availability Group.
 - : String
 - #   Supported in Rubrik cluster versions 4.0 and later. Non-SLA-Domain properties of 
 - #   a Microsoft SQL Server Availability Group.
 - #   In Rubrik cluster versions 5.2 and later, use 'MssqlSlaPatchProperties' instead.
 - #   In Rubrik cluster versions 9.0 and later, use 'MssqlSlaRelatedProperties' 
 - #   instead.
 - : MssqlNonSlaPropertiesInput
 - #   Supported in Rubrik cluster versions 5.2 and later. SLA Domain properties of a 
 - #   SQL Server database. In Rubrik cluster versions 9.0 and later, use 
 - #   'MssqlSlaRelatedProperties' instead.
 - : MssqlSlaPatchPropertiesInput
 - #   Supported in Rubrik cluster versions 9.0 and later. Non-SLA-Domain properties of 
 - #   a Microsoft SQL Server Availability Group.
 - : MssqlSlaRelatedPropertiesInput
 - }