Compartir a través de


SolutionsCreateOrUpdateResponse type

Contiene datos de respuesta para la operación createOrUpdate.

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