OBJECT
AzureNativeResourceGroupSlaAssignment
Description
SLA Domain assignment type for the Azure resource group.
link GraphQL Schema definition
- type AzureNativeResourceGroupSlaAssignment {
- # Configured SLA domain.
- : GlobalSlaReply!
- # Effective SLA Domain.
- : GlobalSlaReply!
- # SLA Domain assignment which is pending on the cloud native objects.
- : CompactSlaDomain
- # SLA Domain.
- : SlaAssignmentTypeEnum!
- }