Freigeben über


MeshApplicationListResponse type

Enthält Antwortdaten für den Listenvorgang.

type MeshApplicationListResponse = PagedApplicationResourceDescriptionList & {
  _response: msRest.HttpResponse & {
    bodyAsText: string
    parsedBody: PagedApplicationResourceDescriptionList
  }
}