Delen via


SkusListResponse type

Bevat antwoordgegevens voor de lijstbewerking.

type SkusListResponse = SkuListResult & {
  _response: msRest.HttpResponse & {
    bodyAsText: string
    parsedBody: SkuListResult
  }
}