Delen via


SolutionsListBySubscriptionResponse type

Bevat antwoordgegevens voor de listBySubscription-bewerking.

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