SolutionsBeginCreateOrUpdateResponse type
Enthält Antwortdaten für den BeginCreateOrUpdate-Vorgang.
type SolutionsBeginCreateOrUpdateResponse = Solution & {
_response: msRest.HttpResponse & { bodyAsText: string; parsedBody: Solution }
}