OBJECT

AzureNativeResourceGroupSlaAssignment

Description

SLA Domain assignment type for the Azure resource group.

link GraphQL Schema definition

  • type AzureNativeResourceGroupSlaAssignment {
  • # SLA Domain.
  • slaAssignment: SlaAssignmentTypeEnum!
  • # Effective SLA Domain.
  • effectiveSlaDomain: GlobalSlaReply!
  • # Configured SLA domain.
  • configuredSlaDomain: GlobalSlaReply!
  • # SLA Domain assignment which is pending on the cloud native objects.
  • rscNativeObjectPendingSla: CompactSlaDomain
  • }