MachinesListMachineGroupMembershipNextResponse type
Contains response data for the listMachineGroupMembershipNext operation.
type MachinesListMachineGroupMembershipNextResponse = MachineGroupCollection & {
_response: msRest.HttpResponse & {
bodyAsText: string
parsedBody: MachineGroupCollection
}
}