Delen via


AgentRegistrationInformationGetResponse type

Bevat antwoordgegevens voor de get-bewerking.

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