Delen via


SolutionsListByResourceGroupResponse type

Bevat antwoordgegevens voor de bewerking listByResourceGroup.

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