APIKeysListResponse type
يحتوي على بيانات استجابة لعملية القائمة.
type APIKeysListResponse = ApplicationInsightsComponentAPIKeyListResult & {
_response: msRest.HttpResponse & {
bodyAsText: string
parsedBody: ApplicationInsightsComponentAPIKeyListResult
}
}