Partager via


SolutionsCreateOrUpdateResponse type

Contient des données de réponse pour l’opération createOrUpdate.

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