AgentRegistrationInformationRegenerateKeyResponse type

Contains response data for the regenerateKey operation.

type AgentRegistrationInformationRegenerateKeyResponse = AgentRegistration & {
  _response: msRest.HttpResponse & {
    bodyAsText: string
    parsedBody: AgentRegistration
  }
}