MachinesGetResponse type

Obsahuje data odpovědí pro operaci get.

type MachinesGetResponse = Machine & {
  _response: msRest.HttpResponse & { bodyAsText: string; parsedBody: Machine }
}