Share via


JobsListRemoteLoginInformationResponse type

Contains response data for the listRemoteLoginInformation operation.

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