Partilhar via


AgentRegistrationInformationRegenerateKeyResponse type

Contém dados de resposta para a operação regenerateKey.

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