Aracılığıyla paylaş


SolutionsCreateOrUpdateResponse type

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

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