Sdílet prostřednictvím


APIKeysListResponse type

Obsahuje data odpovědi pro operaci seznamu.

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