共用方式為


ClustersListRemoteLoginInformationNextResponse type

包含 listRemoteLoginInformationNext 作業的響應數據。

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