AgentRegistrationInformationRegenerateKeyResponse type
包含 regenerateKey作的响应数据。
type AgentRegistrationInformationRegenerateKeyResponse = AgentRegistration & {
_response: msRest.HttpResponse & {
bodyAsText: string
parsedBody: AgentRegistration
}
}