Condividi tramite


APIKeysGetResponse type

Contiene i dati di risposta per l'operazione get.

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