مشاركة عبر


APIKeysGetResponse type

يحتوي على بيانات استجابة لعملية الحصول على.

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