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