Поделиться через


SolutionsListBySubscriptionResponse type

Содержит данные ответа для операции listBySubscription.

type SolutionsListBySubscriptionResponse = SolutionPropertiesList & {
  _response: msRest.HttpResponse & {
    bodyAsText: string
    parsedBody: SolutionPropertiesList
  }
}