Aracılığıyla paylaş


SolutionsUpdateResponse type

Güncelleştirme işlemi için yanıt verilerini içerir.

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