Freigeben über


SolutionsListBySubscriptionResponse type

Enthält Antwortdaten für den ListBySubscription-Vorgang.

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