SqlVirtualMachinesListNextResponse type

Contains response data for the listNext operation.

type SqlVirtualMachinesListNextResponse = SqlVirtualMachineListResult & {
  _response: msRest.HttpResponse & {
    bodyAsText: string
    parsedBody: SqlVirtualMachineListResult
  }
}