Dela via


SolutionsListBySubscriptionResponse type

Innehåller svarsdata för listBySubscription-åtgärden.

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