Bagikan melalui


SolutionsBeginUpdateResponse type

Berisi data respons untuk operasi beginUpdate.

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