Delen via


CommitmentPlansListInResourceGroupNextResponse type

Bevat antwoordgegevens voor de bewerking listInResourceGroupNext.

type CommitmentPlansListInResourceGroupNextResponse =
  CommitmentPlanListResult & {
    _response: msRest.HttpResponse & {
      bodyAsText: string
      parsedBody: CommitmentPlanListResult
    }
  }