ClustersListRemoteLoginInformationResponse type

Contains response data for the listRemoteLoginInformation operation.

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