AgentRegistrationInformationGetResponse type
Содержит данные ответа для операции получения.
type AgentRegistrationInformationGetResponse = AgentRegistration & {
_response: msRest.HttpResponse & {
bodyAsText: string
parsedBody: AgentRegistration
}
}