MachineGroupsUpdateResponse type
Obsahuje data odpovědí pro operaci aktualizace.
type MachineGroupsUpdateResponse = MachineGroup & {
_response: msRest.HttpResponse & {
bodyAsText: string
parsedBody: MachineGroup
}
}