共用方式為


AgentRegistrationInformationRegenerateKeyResponse type

包含 regenerateKey 作業的回應資料。

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