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