次の方法で共有


SolutionsListBySubscriptionResponse type

listBySubscription 操作の応答データを格納します。

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