MachinesGetResponse type

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

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