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