OBJECT
ProtectedObjectTypeToSla
Description
Represents a protected object and its corresponding SLA Domain.
link GraphQL Schema definition
- type ProtectedObjectTypeToSla {
- # The type of the protected object.
- : WorkloadLevelHierarchy!
- # SLA Domain assigned to the object.
- : AzureNativeResourceGroupSlaAssignment!
- }