Compartir a través de


SolutionsBeginCreateOrUpdateResponse type

Contiene datos de respuesta para la operación beginCreateOrUpdate.

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