MachineGroupsUpdateResponse type

Güncelleştirme işlemi için yanıt verilerini içerir.

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