Megosztás:


MeshServiceListResponse type

A listaművelet válaszadatait tartalmazza.

type MeshServiceListResponse = PagedServiceResourceDescriptionList & {
  _response: msRest.HttpResponse & {
    bodyAsText: string
    parsedBody: PagedServiceResourceDescriptionList
  }
}