Partilhar via


ClustersListRemoteLoginInformationResponse type

Contém dados de resposta para a operação listRemoteLoginInformation.

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