AgentRegistrationInformationRegenerateKeyResponse type
regenerateKey 操作の応答データを格納します。
type AgentRegistrationInformationRegenerateKeyResponse = AgentRegistration & {
_response: msRest.HttpResponse & {
bodyAsText: string
parsedBody: AgentRegistration
}
}