APIKeysListResponse type
包含列表作的响应数据。
type APIKeysListResponse = ApplicationInsightsComponentAPIKeyListResult & {
_response: msRest.HttpResponse & {
bodyAsText: string
parsedBody: ApplicationInsightsComponentAPIKeyListResult
}
}