Dela via


ClustersListRemoteLoginInformationNextResponse type

Innehåller svarsdata för åtgärden listRemoteLoginInformationNext.

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