Sdílet prostřednictvím


AgentRegistrationInformationGetResponse type

Obsahuje data odpovědi pro operaci get.

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