AgentRegistrationInformationRegenerateKeyResponse type
Bevat antwoordgegevens voor de bewerking regenerateKey.
type AgentRegistrationInformationRegenerateKeyResponse = AgentRegistration & {
_response: msRest.HttpResponse & {
bodyAsText: string
parsedBody: AgentRegistration
}
}