Compartilhar via


SolutionsListBySubscriptionResponse type

Contém dados de resposta para a operação listBySubscription.

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