MachineGroupsUpdateResponse type
Contains response data for the update operation.
type MachineGroupsUpdateResponse = MachineGroup & {
_response: msRest.HttpResponse & {
bodyAsText: string
parsedBody: MachineGroup
}
}