Поделиться через


MeshGatewayListResponse type

Содержит данные ответа для операции со списком.

type MeshGatewayListResponse = PagedGatewayResourceDescriptionList & {
  _response: msRest.HttpResponse & {
    bodyAsText: string
    parsedBody: PagedGatewayResourceDescriptionList
  }
}