Partilhar via


AgentRegistrationInformationGetResponse type

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

type AgentRegistrationInformationGetResponse = AgentRegistration & {
  _response: msRest.HttpResponse & {
    bodyAsText: string
    parsedBody: AgentRegistration
  }
}