AgentRegistrationInformationRegenerateKeyResponse type
包含 regenerateKey 作業的響應數據。
type AgentRegistrationInformationRegenerateKeyResponse = AgentRegistration & {
_response: msRest.HttpResponse & {
bodyAsText: string
parsedBody: AgentRegistration
}
}