SolutionsListBySubscriptionResponse type
Contiene datos de respuesta para la operación listBySubscription.
type SolutionsListBySubscriptionResponse = SolutionPropertiesList & {
_response: msRest.HttpResponse & {
bodyAsText: string
parsedBody: SolutionPropertiesList
}
}