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