Share via


ClustersListRemoteLoginInformationNextResponse type

Contains response data for the listRemoteLoginInformationNext operation.

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