AgentRegistrationInformationGetResponse type
Berisi data respons untuk operasi get.
type AgentRegistrationInformationGetResponse = AgentRegistration & {
_response: msRest.HttpResponse & {
bodyAsText: string
parsedBody: AgentRegistration
}
}