APIKeysListResponse type
Contém dados de resposta para a operação de lista.
type APIKeysListResponse = ApplicationInsightsComponentAPIKeyListResult & {
_response: msRest.HttpResponse & {
bodyAsText: string
parsedBody: ApplicationInsightsComponentAPIKeyListResult
}
}