Freigeben über


JobsListRemoteLoginInformationNextResponse type

Enthält Antwortdaten für den listRemoteLoginInformationNext-Vorgang.

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