SolutionsListBySubscriptionResponse type
Obsahuje data odpovědi pro operaci listBySubscription.
type SolutionsListBySubscriptionResponse = SolutionPropertiesList & {
_response: msRest.HttpResponse & {
bodyAsText: string
parsedBody: SolutionPropertiesList
}
}