OBJECT

O365PdlAndWorkloadPair

Description

Pairing of a preferred data location (PDL) and the workload corresponding to the PDL group.

link GraphQL Schema definition

  • type O365PdlAndWorkloadPair {
  • # The preferred data location for the group.
  • pdl: String!
  • # The workload for the group.
  • workload: WorkloadLevelHierarchy!
  • }