APIKeysDeleteMethodResponse type
包含 deleteMethod作的响应数据。
type APIKeysDeleteMethodResponse = ApplicationInsightsComponentAPIKey & {
_response: msRest.HttpResponse & {
bodyAsText: string
parsedBody: ApplicationInsightsComponentAPIKey
}
}