Udostępnij za pośrednictwem


APIKeysListResponse type

Zawiera dane odpowiedzi dla operacji listy.

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