APIKeysListResponse type
Enthält Antwortdaten für den Listenvorgang.
type APIKeysListResponse = ApplicationInsightsComponentAPIKeyListResult & {
_response: msRest.HttpResponse & {
bodyAsText: string
parsedBody: ApplicationInsightsComponentAPIKeyListResult
}
}