Freigeben über


AgentRegistrationInformationRegenerateKeyResponse type

Enthält Antwortdaten für den regenerateKey-Vorgang.

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