SolutionsListBySubscriptionResponse type
Zawiera dane odpowiedzi dla operacji listBySubscription.
type SolutionsListBySubscriptionResponse = SolutionPropertiesList & {
_response: msRest.HttpResponse & {
bodyAsText: string
parsedBody: SolutionPropertiesList
}
}