مشاركة عبر


APIKeysCreateResponse type

يحتوي على بيانات الاستجابة لعملية الإنشاء.

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