Sdílet prostřednictvím


AgentRegistrationInformationRegenerateKeyResponse type

Obsahuje data odpovědi pro operaci regenerateKey.

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