MeshApplicationListResponse type

Liste işlemi için yanıt verilerini içerir.

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