Condividi tramite


SolutionsListBySubscriptionResponse type

Contiene i dati di risposta per l'operazione listBySubscription.

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