Sdílet prostřednictvím


CommitmentPlansListResponse type

Obsahuje data odpovědí pro operaci seznamu.

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