Partager via


APIKeysListResponse type

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

type APIKeysListResponse = ApplicationInsightsComponentAPIKeyListResult & {
  _response: msRest.HttpResponse & {
    bodyAsText: string
    parsedBody: ApplicationInsightsComponentAPIKeyListResult
  }
}