Condividi tramite


APIKeysCreateResponse type

Contiene i dati di risposta per l'operazione di creazione.

type APIKeysCreateResponse = ApplicationInsightsComponentAPIKey & {
  _response: msRest.HttpResponse & {
    bodyAsText: string
    parsedBody: ApplicationInsightsComponentAPIKey
  }
}