Share via


JobsListRemoteLoginInformationNextResponse type

Contains response data for the listRemoteLoginInformationNext operation.

type JobsListRemoteLoginInformationNextResponse =
  RemoteLoginInformationListResult & {
    _response: msRest.HttpResponse & {
      bodyAsText: string
      parsedBody: RemoteLoginInformationListResult
    }
  }