Aracılığıyla paylaş


SolutionsBeginUpdateResponse type

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

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