Aracılığıyla paylaş


SolutionsGetResponse type

Alma işlemi için yanıt verilerini içerir.

type SolutionsGetResponse = Solution & {
  _response: msRest.HttpResponse & { bodyAsText: string; parsedBody: Solution }
}