MeshServiceListResponse type

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

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