次の方法で共有


JobsListRemoteLoginInformationNextResponse type

listRemoteLoginInformationNext 操作の応答データを格納します。

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