SolutionsCreateOrUpdateResponse type
Zawiera dane odpowiedzi dla operacji createOrUpdate.
type SolutionsCreateOrUpdateResponse = Solution & {
_response: msRest.HttpResponse & { bodyAsText: string; parsedBody: Solution }
}