Partager via


APIKeysCreateResponse type

Contient des données de réponse pour l’opération de création.

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