MachineGroupsListByWorkspaceNextResponse type

Contains response data for the listByWorkspaceNext operation.

type MachineGroupsListByWorkspaceNextResponse = MachineGroupCollection & {
  _response: msRest.HttpResponse & {
    bodyAsText: string
    parsedBody: MachineGroupCollection
  }
}