MachineGroupsCreateResponse type

Oluşturma işlemi için yanıt verilerini içerir.

type MachineGroupsCreateResponse = MachineGroup & {
  _response: msRest.HttpResponse & {
    bodyAsText: string
    parsedBody: MachineGroup
  }
}