Bagikan melalui


SolutionsUpdateResponse type

Berisi data respons untuk operasi pembaruan.

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